Clayton's Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clayton's Harmony palette

Share this palette to:

Clayton's Harmony color palette CSS

/* CSS */
.color-1 {
color: #d1674d;
}
.color-2 {
color: #e4b77c;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #a7d3c5;
}
.color-5 {
color: #5a7c8c;
}

/* CSS Variables */
:root {
--color-1: #d1674d;
--color-2: #e4b77c;
--color-3: #f3e1a0;
--color-4: #a7d3c5;
--color-5: #5a7c8c;
}

Clayton's Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1674d, #e4b77c, #f3e1a0, #a7d3c5, #5a7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1674d, #e4b77c, #f3e1a0, #a7d3c5, #5a7c8c);
}

Clayton's Harmony color palette created on .