Golden Microtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Microtones palette

Share this palette to:

Golden Microtones color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2e2ba;
}
.color-4 {
color: #a9e0d0;
}
.color-5 {
color: #6ab1e7;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f2e2ba;
--color-4: #a9e0d0;
--color-5: #6ab1e7;
}

Golden Microtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f2e2ba, #a9e0d0, #6ab1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f2e2ba, #a9e0d0, #6ab1e7);
}

Golden Microtones color palette created on .