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