Serenade of Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Hues palette
Serenade of Hues color palette CSS
/* CSS */
.color-1 {
color: #f7c2a1;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #d86e9c;
}
.color-4 {
color: #a589eb;
}
.color-5 {
color: #4c51e1;
}
/* CSS Variables */
:root {
--color-1: #f7c2a1;
--color-2: #f1a7b4;
--color-3: #d86e9c;
--color-4: #a589eb;
--color-5: #4c51e1;
}
Serenade of Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c2a1, #f1a7b4, #d86e9c, #a589eb, #4c51e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c2a1, #f1a7b4, #d86e9c, #a589eb, #4c51e1);
}
Similar color palettes
Serenade of Hues color palette created on .