Paleta de colores Autumnal Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumnal Reverie palette
CSS de la paleta de colores Autumnal Reverie
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f08400;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #c93b8e;
}
.color-5 {
color: #595ca6;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f08400;
--color-3: #e13e33;
--color-4: #c93b8e;
--color-5: #595ca6;
}
CSS del degradado de fondo Autumnal Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f08400, #e13e33, #c93b8e, #595ca6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f08400, #e13e33, #c93b8e, #595ca6);
}
Paletas de colores similares
Autumnal Reverie color palette created on .