Clay Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clay Red palette
Clay Red color palette CSS
/* CSS */
.color-1 {
color: #d17b3d;
}
.color-2 {
color: #c45b3b;
}
.color-3 {
color: #a64e3a;
}
.color-4 {
color: #7e3b2a;
}
.color-5 {
color: #5b2a1f;
}
/* CSS Variables */
:root {
--color-1: #d17b3d;
--color-2: #c45b3b;
--color-3: #a64e3a;
--color-4: #7e3b2a;
--color-5: #5b2a1f;
}
Clay Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d17b3d, #c45b3b, #a64e3a, #7e3b2a, #5b2a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d17b3d, #c45b3b, #a64e3a, #7e3b2a, #5b2a1f);
}
Similar color palettes
Clay Red color palette created on .