Paleta de colores Lunar Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lunar Serenade palette
CSS de la paleta de colores Lunar Serenade
/* CSS */
.color-1 {
color: #2a3e8d;
}
.color-2 {
color: #4a6fb0;
}
.color-3 {
color: #6ea1d4;
}
.color-4 {
color: #92c1e8;
}
.color-5 {
color: #b1dff2;
}
/* CSS Variables */
:root {
--color-1: #2a3e8d;
--color-2: #4a6fb0;
--color-3: #6ea1d4;
--color-4: #92c1e8;
--color-5: #b1dff2;
}
CSS del degradado de fondo Lunar Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a3e8d, #4a6fb0, #6ea1d4, #92c1e8, #b1dff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a3e8d, #4a6fb0, #6ea1d4, #92c1e8, #b1dff2);
}
Paletas de colores similares
Lunar Serenade color palette created on .