Crimson Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Bloom palette

Share this palette to:

Crimson Bloom color palette CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #c52b2b;
}
.color-3 {
color: #d85a5a;
}
.color-4 {
color: #e2a1a1;
}
.color-5 {
color: #f1d0d0;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #c52b2b;
--color-3: #d85a5a;
--color-4: #e2a1a1;
--color-5: #f1d0d0;
}

Crimson Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #c52b2b, #d85a5a, #e2a1a1, #f1d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #c52b2b, #d85a5a, #e2a1a1, #f1d0d0);
}

Crimson Bloom color palette created on .