Sunset Clay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Clay palette

Share this palette to:

Sunset Clay color palette CSS

/* CSS */
.color-1 {
color: #da6c4e;
}
.color-2 {
color: #e7a76e;
}
.color-3 {
color: #e1b36b;
}
.color-4 {
color: #c45d40;
}
.color-5 {
color: #a85c4d;
}

/* CSS Variables */
:root {
--color-1: #da6c4e;
--color-2: #e7a76e;
--color-3: #e1b36b;
--color-4: #c45d40;
--color-5: #a85c4d;
}

Sunset Clay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da6c4e, #e7a76e, #e1b36b, #c45d40, #a85c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da6c4e, #e7a76e, #e1b36b, #c45d40, #a85c4d);
}

Sunset Clay color palette created on .