Crimson Bloom Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Bloom Serenade palette
Crimson Bloom Serenade color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #d8604b;
}
.color-3 {
color: #e7a67e;
}
.color-4 {
color: #f4d65d;
}
.color-5 {
color: #f7f0b6;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #d8604b;
--color-3: #e7a67e;
--color-4: #f4d65d;
--color-5: #f7f0b6;
}
Crimson Bloom Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #d8604b, #e7a67e, #f4d65d, #f7f0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #d8604b, #e7a67e, #f4d65d, #f7f0b6);
}
Similar color palettes
Crimson Bloom Serenade color palette created on .