Sunlit Brew Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Brew palette
Sunlit Brew color palette CSS
/* CSS */
.color-1 {
color: #d9b74a;
}
.color-2 {
color: #f5e900;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #c6a15d;
}
.color-5 {
color: #8e6b2e;
}
/* CSS Variables */
:root {
--color-1: #d9b74a;
--color-2: #f5e900;
--color-3: #f1c40e;
--color-4: #c6a15d;
--color-5: #8e6b2e;
}
Sunlit Brew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b74a, #f5e900, #f1c40e, #c6a15d, #8e6b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b74a, #f5e900, #f1c40e, #c6a15d, #8e6b2e);
}
Similar color palettes
Scroll down to explore 90+ Amber color palettes
Sunlit Brew color palette created on .