Paleta de colores Shades of Blue Moonlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue Moonlight palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue Moonlight

/* CSS */
.color-1 {
color: #a4c1e5;
}
.color-2 {
color: #6f8c9b;
}
.color-3 {
color: #497b9c;
}
.color-4 {
color: #2a4b84;
}
.color-5 {
color: #1f3b70;
}

/* CSS Variables */
:root {
--color-1: #a4c1e5;
--color-2: #6f8c9b;
--color-3: #497b9c;
--color-4: #2a4b84;
--color-5: #1f3b70;
}

CSS del degradado de fondo Shades of Blue Moonlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1e5, #6f8c9b, #497b9c, #2a4b84, #1f3b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1e5, #6f8c9b, #497b9c, #2a4b84, #1f3b70);
}

Shades of Blue Moonlight color palette created on .