Crimson Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Earthtones palette
Crimson Earthtones color palette CSS
/* CSS */
.color-1 {
color: #7d1c1c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c39969;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #2e2e2e;
}
/* CSS Variables */
:root {
--color-1: #7d1c1c;
--color-2: #a85f2e;
--color-3: #c39969;
--color-4: #f4cf3e;
--color-5: #2e2e2e;
}
Crimson Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}
Similar color palettes
Crimson Earthtones color palette created on .