Esme's Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Esme's Serenade palette
Esme's Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffd980;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffd980;
--color-4: #f2e6d4;
--color-5: #a1c1d4;
}
Esme's Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffd980, #f2e6d4, #a1c1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffd980, #f2e6d4, #a1c1d4);
}
Similar color palettes
Esme's Serenade color palette created on .