Paleta de colores Lunar Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lunar Whisper palette
CSS de la paleta de colores Lunar Whisper
/* CSS */
.color-1 {
color: #f0e2fd;
}
.color-2 {
color: #cac2e0;
}
.color-3 {
color: #a7a3d7;
}
.color-4 {
color: #8f8cc5;
}
.color-5 {
color: #5c6b99;
}
/* CSS Variables */
:root {
--color-1: #f0e2fd;
--color-2: #cac2e0;
--color-3: #a7a3d7;
--color-4: #8f8cc5;
--color-5: #5c6b99;
}
CSS del degradado de fondo Lunar Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2fd, #cac2e0, #a7a3d7, #8f8cc5, #5c6b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2fd, #cac2e0, #a7a3d7, #8f8cc5, #5c6b99);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Lunar Whisper color palette created on .