Clay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clay palette

Share this palette to:

Download Clay Color Palette (PNG)

Download clay color palette PNG image (landscape)
Download clay color palette PNG image (square)

Clay color palette CSS

/* CSS */
.color-1 {
color: #d86a4b;
}
.color-2 {
color: #e0b090;
}
.color-3 {
color: #e3c7a1;
}
.color-4 {
color: #e7d8b1;
}
.color-5 {
color: #f1e5d0;
}

/* CSS Variables */
:root {
--color-1: #d86a4b;
--color-2: #e0b090;
--color-3: #e3c7a1;
--color-4: #e7d8b1;
--color-5: #f1e5d0;
}

Clay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86a4b, #e0b090, #e3c7a1, #e7d8b1, #f1e5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86a4b, #e0b090, #e3c7a1, #e7d8b1, #f1e5d0);
}

Similar color palettes

Clay color palette created on .