Paleta de colores Autumn's Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn's Embrace palette
CSS de la paleta de colores Autumn's Embrace
/* CSS */
.color-1 {
color: #9d5e34;
}
.color-2 {
color: #dfad6d;
}
.color-3 {
color: #f1b83b;
}
.color-4 {
color: #e24f3c;
}
.color-5 {
color: #0a8f5e;
}
/* CSS Variables */
:root {
--color-1: #9d5e34;
--color-2: #dfad6d;
--color-3: #f1b83b;
--color-4: #e24f3c;
--color-5: #0a8f5e;
}
CSS del degradado de fondo Autumn's Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d5e34, #dfad6d, #f1b83b, #e24f3c, #0a8f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d5e34, #dfad6d, #f1b83b, #e24f3c, #0a8f5e);
}
Paletas de colores similares
Autumn's Embrace color palette created on .