Paleta de colores Amber Brews and Sunlit Hues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Amber Brews and Sunlit Hues palette
CSS de la paleta de colores Amber Brews and Sunlit Hues
/* 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;
}
CSS del degradado de fondo Amber Brews and Sunlit Hues
/* 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);
}
Paletas de colores similares
Amber Brews and Sunlit Hues color palette created on .