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