Paleta de colores Lunar Harvest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lunar Harvest palette
CSS de la paleta de colores Lunar Harvest
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e0a34d;
}
.color-3 {
color: #d57d3f;
}
.color-4 {
color: #c7594d;
}
.color-5 {
color: #a55f8d;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e0a34d;
--color-3: #d57d3f;
--color-4: #c7594d;
--color-5: #a55f8d;
}
CSS del degradado de fondo Lunar Harvest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e0a34d, #d57d3f, #c7594d, #a55f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e0a34d, #d57d3f, #c7594d, #a55f8d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Ámbar
Lunar Harvest color palette created on .