Golden Microtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Microtones palette
Golden Microtones color palette CSS
/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd633;
}
.color-3 {
color: #ffeda3;
}
.color-4 {
color: #edffdb;
}
.color-5 {
color: #94c1ff;
}
/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd633;
--color-3: #ffeda3;
--color-4: #edffdb;
--color-5: #94c1ff;
}
Golden Microtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd633, #ffeda3, #edffdb, #94c1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd633, #ffeda3, #edffdb, #94c1ff);
}
Similar color palettes
Golden Microtones color palette created on .