Paleta de colores Sunlit Elven Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunlit Elven Glow palette
CSS de la paleta de colores Sunlit Elven Glow
/* CSS */
.color-1 {
color: #f9d7b4;
}
.color-2 {
color: #e8b78d;
}
.color-3 {
color: #d59f7c;
}
.color-4 {
color: #c68c5d;
}
.color-5 {
color: #af7a4b;
}
/* CSS Variables */
:root {
--color-1: #f9d7b4;
--color-2: #e8b78d;
--color-3: #d59f7c;
--color-4: #c68c5d;
--color-5: #af7a4b;
}
CSS del degradado de fondo Sunlit Elven Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7b4, #e8b78d, #d59f7c, #c68c5d, #af7a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7b4, #e8b78d, #d59f7c, #c68c5d, #af7a4b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Sunlit Elven Glow color palette created on .