Seline's Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seline's Serenade palette
Seline's Serenade color palette CSS
/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #e84f7a;
}
.color-3 {
color: #c81e6d;
}
.color-4 {
color: #9f3c86;
}
.color-5 {
color: #e7b34b;
}
/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #e84f7a;
--color-3: #c81e6d;
--color-4: #9f3c86;
--color-5: #e7b34b;
}
Seline's Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #e84f7a, #c81e6d, #9f3c86, #e7b34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #e84f7a, #c81e6d, #9f3c86, #e7b34b);
}
Similar color palettes
Seline's Serenade color palette created on .