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: #02065a;
}
.color-2 {
color: #1e2876;
}
.color-3 {
color: #3b4d97;
}
.color-4 {
color: #5d70b6;
}
.color-5 {
color: #a3c2e0;
}

/* CSS Variables */
:root {
--color-1: #02065a;
--color-2: #1e2876;
--color-3: #3b4d97;
--color-4: #5d70b6;
--color-5: #a3c2e0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02065a, #1e2876, #3b4d97, #5d70b6, #a3c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02065a, #1e2876, #3b4d97, #5d70b6, #a3c2e0);
}

Shades of Blue color palette created on .