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