Paleta de colores Moonlit Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Moonlit Garden palette
Imagen PNG de la paleta de colores Moonlit Garden
CSS de la paleta de colores Moonlit Garden
/* CSS */
.color-1 {
color: #a4c7df;
}
.color-2 {
color: #b2d9a1;
}
.color-3 {
color: #f4b4c3;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #7f7b93;
}
/* CSS Variables */
:root {
--color-1: #a4c7df;
--color-2: #b2d9a1;
--color-3: #f4b4c3;
--color-4: #f9d86c;
--color-5: #7f7b93;
}
CSS del degradado de fondo Moonlit Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c7df, #b2d9a1, #f4b4c3, #f9d86c, #7f7b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c7df, #b2d9a1, #f4b4c3, #f9d86c, #7f7b93);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.moonlight
Moonlit Garden color palette created on .