Soft Wedding Color Palette
Ivory, champagne, dusty pink and sage — soft light-value colors that photograph gently and layer without clashing. Anchors: #F7F1E5, #E8D5C4, #D8A7B1, #9CAF88.
weddingromanticsoft
#F7F1E5
#E8D5C4
#D8A7B1
#9CAF88
#FBF9F3
#f7f1e5 #e8d5c4 #d8a7b1 #9caf88 #fbf9f3
#F7F1E5 #E8D5C4 #D8A7B1 #9CAF88 #FBF9F3
Semantic roles
Assigned deterministically: lightest = background, darkest = text, most saturated = primary.
| background | #FBF9F3 | |
| surface | #F7F1E5 | |
| text | #9CAF88 | |
| text-muted | #D8A7B1 | |
| primary | #D8A7B1 | |
| secondary | #F7F1E5 | |
| accent | #E8D5C4 |
CSS variables
:root {
--background: #fbf9f3;
--surface: #f7f1e5;
--text: #9caf88;
--text-muted: #d8a7b1;
--primary: #d8a7b1;
--secondary: #f7f1e5;
--accent: #e8d5c4;
}Accessibility matrix
Text color (rows) on background (columns). Green = WCAG AA pass for normal text (≥4.5:1).
| Text \ BG | #F7F1E5 | #E8D5C4 | #D8A7B1 | #9CAF88 | #FBF9F3 |
|---|---|---|---|---|---|
| #F7F1E5 | 1.0 | 1.3 | 1.9 | 2.1 | 1.1 |
| #E8D5C4 | 1.3 | 1.0 | 1.5 | 1.7 | 1.4 |
| #D8A7B1 | 1.9 | 1.5 | 1.0 | 1.1 | 2.0 |
| #9CAF88 | 2.1 | 1.7 | 1.1 | 1.0 | 2.2 |
| #FBF9F3 | 1.1 | 1.4 | 2.0 | 2.2 | 1.0 |
Under deuteranopia
Machado et al. (2009) simulation, severity 1.0 — approximation, not a medical tool.
Colors in this palette
#F7F1E5
rgb(247, 241, 229)
#E8D5C4
rgb(232, 213, 196)
#D8A7B1
Dusty Pink
#9CAF88
Sage Green
#FBF9F3
rgb(251, 249, 243)
Similar palettes
FAQ
How do I use the soft wedding color palette in CSS?
Copy the CSS variables below into :root and use var(--primary), var(--background) etc. Full palette: #F7F1E5, #E8D5C4, #D8A7B1, #9CAF88, #FBF9F3.
Do these colors pass accessibility checks?
See the WCAG matrix on this page: every text-on-background pairing with ratio ≥ 4.5 passes AA for normal text; ≥ 3 passes AA for large text and UI components.