Crimson Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Blossom palette

Share this palette to:

Crimson Blossom color palette CSS

/* CSS */
.color-1 {
color: #8d1616;
}
.color-2 {
color: #b63a3a;
}
.color-3 {
color: #d57c7c;
}
.color-4 {
color: #f6c1c1;
}
.color-5 {
color: #f8d3d3;
}

/* CSS Variables */
:root {
--color-1: #8d1616;
--color-2: #b63a3a;
--color-3: #d57c7c;
--color-4: #f6c1c1;
--color-5: #f8d3d3;
}

Crimson Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d1616, #b63a3a, #d57c7c, #f6c1c1, #f8d3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d1616, #b63a3a, #d57c7c, #f6c1c1, #f8d3d3);
}

Crimson Blossom color palette created on .