Paleta de colores Sonnets of Autumn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sonnets of Autumn palette
CSS de la paleta de colores Sonnets of Autumn
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d1ac5c;
}
.color-3 {
color: #b6663e;
}
.color-4 {
color: #7b2d30;
}
.color-5 {
color: #3b1c30;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1ac5c;
--color-3: #b6663e;
--color-4: #7b2d30;
--color-5: #3b1c30;
}
CSS del degradado de fondo Sonnets of Autumn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}
Paletas de colores similares
Sonnets of Autumn color palette created on .