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: #003ca3;
}
.color-2 {
color: #0057a3;
}
.color-3 {
color: #0071b3;
}
.color-4 {
color: #2a9cf4;
}
.color-5 {
color: #a3c2e0;
}

/* CSS Variables */
:root {
--color-1: #003ca3;
--color-2: #0057a3;
--color-3: #0071b3;
--color-4: #2a9cf4;
--color-5: #a3c2e0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ca3, #0057a3, #0071b3, #2a9cf4, #a3c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ca3, #0057a3, #0071b3, #2a9cf4, #a3c2e0);
}

Shades of Blue color palette created on .