Paleta de colores Shades of Blue Moonlight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Moonlight palette
CSS de la paleta de colores Shades of Blue Moonlight
/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4b5b9b;
}
.color-3 {
color: #7a8fb3;
}
.color-4 {
color: #a6c3d8;
}
.color-5 {
color: #e0e8f5;
}
/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4b5b9b;
--color-3: #7a8fb3;
--color-4: #a6c3d8;
--color-5: #e0e8f5;
}
CSS del degradado de fondo Shades of Blue Moonlight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4b5b9b, #7a8fb3, #a6c3d8, #e0e8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4b5b9b, #7a8fb3, #a6c3d8, #e0e8f5);
}
Paletas de colores similares
Shades of Blue Moonlight color palette created on .