Warm Clutter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Clutter palette

Share this palette to:

Warm Clutter color palette CSS

/* CSS */
.color-1 {
color: #e0a73e;
}
.color-2 {
color: #d64d38;
}
.color-3 {
color: #6a9090;
}
.color-4 {
color: #f6c6c6;
}
.color-5 {
color: #f7d1b0;
}

/* CSS Variables */
:root {
--color-1: #e0a73e;
--color-2: #d64d38;
--color-3: #6a9090;
--color-4: #f6c6c6;
--color-5: #f7d1b0;
}

Warm Clutter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a73e, #d64d38, #6a9090, #f6c6c6, #f7d1b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a73e, #d64d38, #6a9090, #f6c6c6, #f7d1b0);
}

Warm Clutter color palette created on .