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: #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);
}

Clay color palette created on .