Crimson Shadows and Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Shadows and Earth palette

Share this palette to:

Crimson Shadows and Earth color palette CSS

/* CSS */
.color-1 {
color: #ea434b;
}
.color-2 {
color: #d62448;
}
.color-3 {
color: #895315;
}
.color-4 {
color: #bb0c4f;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ea434b;
--color-2: #d62448;
--color-3: #895315;
--color-4: #bb0c4f;
--color-5: #000000;
}

Crimson Shadows and Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea434b, #d62448, #895315, #bb0c4f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea434b, #d62448, #895315, #bb0c4f, #000000);
}

Crimson Shadows and Earth color palette created on .