Crimson Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Shadows palette

Share this palette to:

Crimson Shadows color palette CSS

/* CSS */
.color-1 {
color: #400807;
}
.color-2 {
color: #750d0b;
}
.color-3 {
color: #ac1411;
}
.color-4 {
color: #e42721;
}
.color-5 {
color: #f3483f;
}

/* CSS Variables */
:root {
--color-1: #400807;
--color-2: #750d0b;
--color-3: #ac1411;
--color-4: #e42721;
--color-5: #f3483f;
}

Crimson Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #400807, #750d0b, #ac1411, #e42721, #f3483f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #400807, #750d0b, #ac1411, #e42721, #f3483f);
}

Crimson Shadows color palette created on .