Blushing Dawn Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Dawn Serenade palette
Blushing Dawn Serenade color palette CSS
/* CSS */
.color-1 {
color: #ddb6b9;
}
.color-2 {
color: #d9b0b3;
}
.color-3 {
color: #ce8d95;
}
.color-4 {
color: #c0876d;
}
.color-5 {
color: #c46554;
}
/* CSS Variables */
:root {
--color-1: #ddb6b9;
--color-2: #d9b0b3;
--color-3: #ce8d95;
--color-4: #c0876d;
--color-5: #c46554;
}
Blushing Dawn Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddb6b9, #d9b0b3, #ce8d95, #c0876d, #c46554);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddb6b9, #d9b0b3, #ce8d95, #c0876d, #c46554);
}
Similar color palettes
Blushing Dawn Serenade color palette created on .