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