Golden Yùtù Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Yùtù Glow palette
Golden Yùtù Glow color palette CSS
/* CSS */
.color-1 {
color: #f6d49d;
}
.color-2 {
color: #f5c161;
}
.color-3 {
color: #f0a14c;
}
.color-4 {
color: #d48c3a;
}
.color-5 {
color: #a55c2c;
}
/* CSS Variables */
:root {
--color-1: #f6d49d;
--color-2: #f5c161;
--color-3: #f0a14c;
--color-4: #d48c3a;
--color-5: #a55c2c;
}
Golden Yùtù Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d49d, #f5c161, #f0a14c, #d48c3a, #a55c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d49d, #f5c161, #f0a14c, #d48c3a, #a55c2c);
}
Similar color palettes
Scroll down to explore 100+ Autumn color palettes
Golden Yùtù Glow color palette created on .