Paleta de colores Autumn Sunset in Mullertown
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Sunset in Mullertown palette
CSS de la paleta de colores Autumn Sunset in Mullertown
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #e66b00;
}
.color-5 {
color: #d64f00;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f59b00;
--color-3: #f07c00;
--color-4: #e66b00;
--color-5: #d64f00;
}
CSS del degradado de fondo Autumn Sunset in Mullertown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f59b00, #f07c00, #e66b00, #d64f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f59b00, #f07c00, #e66b00, #d64f00);
}
Paletas de colores similares
Autumn Sunset in Mullertown color palette created on .