Crimson Confection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Confection palette

Share this palette to:

Crimson Confection color palette CSS

/* CSS */
.color-1 {
color: #d42b2b;
}
.color-2 {
color: #c84c4c;
}
.color-3 {
color: #a86b6c;
}
.color-4 {
color: #dfaf9a;
}
.color-5 {
color: #e1b3b2;
}

/* CSS Variables */
:root {
--color-1: #d42b2b;
--color-2: #c84c4c;
--color-3: #a86b6c;
--color-4: #dfaf9a;
--color-5: #e1b3b2;
}

Crimson Confection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d42b2b, #c84c4c, #a86b6c, #dfaf9a, #e1b3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d42b2b, #c84c4c, #a86b6c, #dfaf9a, #e1b3b2);
}

Crimson Confection color palette created on .