Shades of Blue Moonlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue Moonlight palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue Moonlight CSS

/* 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 con gradiente di sfondo 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 .