Blushing Crimson Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Crimson palette

Share this palette to:

Blushing Crimson color palette CSS

/* CSS */
.color-1 {
color: #ff808e;
}
.color-2 {
color: #ff4d6d;
}
.color-3 {
color: #ff295b;
}
.color-4 {
color: #ff1a4b;
}
.color-5 {
color: #b30039;
}

/* CSS Variables */
:root {
--color-1: #ff808e;
--color-2: #ff4d6d;
--color-3: #ff295b;
--color-4: #ff1a4b;
--color-5: #b30039;
}

Blushing Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff808e, #ff4d6d, #ff295b, #ff1a4b, #b30039);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff808e, #ff4d6d, #ff295b, #ff1a4b, #b30039);
}

Blushing Crimson color palette created on .