Midas Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midas Glow palette
Midas Glow color palette CSS
/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f2d89c;
}
.color-3 {
color: #e6c77a;
}
.color-4 {
color: #d0af5d;
}
.color-5 {
color: #b69d49;
}
/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f2d89c;
--color-3: #e6c77a;
--color-4: #d0af5d;
--color-5: #b69d49;
}
Midas Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f2d89c, #e6c77a, #d0af5d, #b69d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f2d89c, #e6c77a, #d0af5d, #b69d49);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Midas Glow color palette created on .