Doll's Lament Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Doll's Lament palette

Share this palette to:

Doll's Lament color palette CSS

/* CSS */
.color-1 {
color: #f6e0d5;
}
.color-2 {
color: #a3b8c8;
}
.color-3 {
color: #c7d6d2;
}
.color-4 {
color: #d9b4c6;
}
.color-5 {
color: #b95c5b;
}

/* CSS Variables */
:root {
--color-1: #f6e0d5;
--color-2: #a3b8c8;
--color-3: #c7d6d2;
--color-4: #d9b4c6;
--color-5: #b95c5b;
}

Doll's Lament background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0d5, #a3b8c8, #c7d6d2, #d9b4c6, #b95c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0d5, #a3b8c8, #c7d6d2, #d9b4c6, #b95c5b);
}

Doll's Lament color palette created on .