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: #a3c7e0;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #3e7c98;
}
.color-4 {
color: #1f4e7a;
}
.color-5 {
color: #0e3a6c;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #5d9bd5;
--color-3: #3e7c98;
--color-4: #1f4e7a;
--color-5: #0e3a6c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #5d9bd5, #3e7c98, #1f4e7a, #0e3a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #5d9bd5, #3e7c98, #1f4e7a, #0e3a6c);
}

Shades of Blue color palette created on .