Whimsical Wedding Woes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wedding Woes palette

Share this palette to:

Whimsical Wedding Woes color palette CSS

/* CSS */
.color-1 {
color: #d9a9a0;
}
.color-2 {
color: #f6d1c1;
}
.color-3 {
color: #f4b5a4;
}
.color-4 {
color: #e6a2b2;
}
.color-5 {
color: #eaaec7;
}

/* CSS Variables */
:root {
--color-1: #d9a9a0;
--color-2: #f6d1c1;
--color-3: #f4b5a4;
--color-4: #e6a2b2;
--color-5: #eaaec7;
}

Whimsical Wedding Woes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a9a0, #f6d1c1, #f4b5a4, #e6a2b2, #eaaec7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a9a0, #f6d1c1, #f4b5a4, #e6a2b2, #eaaec7);
}

Whimsical Wedding Woes color palette created on .