Crimson Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Hues palette

Share this palette to:

Crimson Hues color palette CSS

/* CSS */
.color-1 {
color: #691b2c;
}
.color-2 {
color: #9c2b3e;
}
.color-3 {
color: #d34a5d;
}
.color-4 {
color: #e76a76;
}
.color-5 {
color: #f4a9a9;
}

/* CSS Variables */
:root {
--color-1: #691b2c;
--color-2: #9c2b3e;
--color-3: #d34a5d;
--color-4: #e76a76;
--color-5: #f4a9a9;
}

Crimson Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b2c, #9c2b3e, #d34a5d, #e76a76, #f4a9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b2c, #9c2b3e, #d34a5d, #e76a76, #f4a9a9);
}

Crimson Hues color palette created on .