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: #ffffff;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #5c9bd6;
}
.color-4 {
color: #4682b4;
}
.color-5 {
color: #3f7092;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a3c3e0;
--color-3: #5c9bd6;
--color-4: #4682b4;
--color-5: #3f7092;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a3c3e0, #5c9bd6, #4682b4, #3f7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a3c3e0, #5c9bd6, #4682b4, #3f7092);
}

Shades of Blue color palette created on .