Crimson Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Serenade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crimson Serenade Color Palette (PNG)
Crimson Serenade color palette CSS
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #ef9a9a;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ff5724;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e57171;
--color-3: #ef9a9a;
--color-4: #ffccbd;
--color-5: #ff5724;
}
Crimson Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e57171, #ef9a9a, #ffccbd, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e57171, #ef9a9a, #ffccbd, #ff5724);
}
Similar color palettes
Crimson Serenade color palette created on .