Shades of Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Blue

Download shades of blue color palette PNG image (landscape)
Download shades of blue color palette PNG image (square)

tavolozza dei colori Shades of Blue CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #3b8dba;
}
.color-3 {
color: #a3c9e0;
}
.color-4 {
color: #b5d9e3;
}
.color-5 {
color: #e3f2f7;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #3b8dba;
--color-3: #a3c9e0;
--color-4: #b5d9e3;
--color-5: #e3f2f7;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #3b8dba, #a3c9e0, #b5d9e3, #e3f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #3b8dba, #a3c9e0, #b5d9e3, #e3f2f7);
}

Shades of Blue color palette created on .