Clay Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clay palette
Color Inspiration
Images that showcase this color palette in real designs
Download Clay Color Palette (PNG)
Clay color palette CSS
/* CSS */
.color-1 {
color: #d88e69;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #e7c7a2;
}
.color-4 {
color: #e9d1b4;
}
.color-5 {
color: #f2e5d4;
}
/* CSS Variables */
:root {
--color-1: #d88e69;
--color-2: #e1b07f;
--color-3: #e7c7a2;
--color-4: #e9d1b4;
--color-5: #f2e5d4;
}
Clay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}
Similar color palettes
Clay color palette created on .