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: #ff5833;
}
.color-2 {
color: #ff8b33;
}
.color-3 {
color: #ffcf33;
}
.color-4 {
color: #ffda33;
}
.color-5 {
color: #ff3344;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8b33;
--color-3: #ffcf33;
--color-4: #ffda33;
--color-5: #ff3344;
}

Crimson Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8b33, #ffcf33, #ffda33, #ff3344);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8b33, #ffcf33, #ffda33, #ff3344);
}

Crimson Bloom color palette created on .