Shades of Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue CSS

/* CSS */
.color-1 {
color: #1e216b;
}
.color-2 {
color: #4f5d92;
}
.color-3 {
color: #8a9cc7;
}
.color-4 {
color: #b2d1e6;
}
.color-5 {
color: #eff8fb;
}

/* CSS Variables */
:root {
--color-1: #1e216b;
--color-2: #4f5d92;
--color-3: #8a9cc7;
--color-4: #b2d1e6;
--color-5: #eff8fb;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e216b, #4f5d92, #8a9cc7, #b2d1e6, #eff8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e216b, #4f5d92, #8a9cc7, #b2d1e6, #eff8fb);
}

Shades of Blue color palette created on .