Crimson Earth Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Earth Symphony palette

Share this palette to:

Crimson Earth Symphony color palette CSS

/* CSS */
.color-1 {
color: #845752;
}
.color-2 {
color: #e5152d;
}
.color-3 {
color: #c41c2a;
}
.color-4 {
color: #4e443c;
}
.color-5 {
color: #a21a23;
}

/* CSS Variables */
:root {
--color-1: #845752;
--color-2: #e5152d;
--color-3: #c41c2a;
--color-4: #4e443c;
--color-5: #a21a23;
}

Crimson Earth Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #845752, #e5152d, #c41c2a, #4e443c, #a21a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #845752, #e5152d, #c41c2a, #4e443c, #a21a23);
}

Crimson Earth Symphony color palette created on .