Vibrant Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Serenade palette
Vibrant Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff617b;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #a9e1e5;
}
.color-5 {
color: #6a4a8c;
}
/* CSS Variables */
:root {
--color-1: #ff617b;
--color-2: #ff9900;
--color-3: #ffcf3d;
--color-4: #a9e1e5;
--color-5: #6a4a8c;
}
Vibrant Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff617b, #ff9900, #ffcf3d, #a9e1e5, #6a4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff617b, #ff9900, #ffcf3d, #a9e1e5, #6a4a8c);
}
Similar color palettes
Vibrant Serenade color palette created on .