Amber Brews and Sunlit Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Brews and Sunlit Hues palette
Amber Brews and Sunlit Hues color palette CSS
/* CSS */
.color-1 {
color: #d8a369;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #6f4b2f;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #e2c6b1;
}
/* CSS Variables */
:root {
--color-1: #d8a369;
--color-2: #a66b3a;
--color-3: #6f4b2f;
--color-4: #c39969;
--color-5: #e2c6b1;
}
Amber Brews and Sunlit Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a369, #a66b3a, #6f4b2f, #c39969, #e2c6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a369, #a66b3a, #6f4b2f, #c39969, #e2c6b1);
}
Similar color palettes
Amber Brews and Sunlit Hues color palette created on .