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: #8bc7e9;
}
.color-2 {
color: #6da2c5;
}
.color-3 {
color: #4f809c;
}
.color-4 {
color: #395a79;
}
.color-5 {
color: #2c496d;
}

/* CSS Variables */
:root {
--color-1: #8bc7e9;
--color-2: #6da2c5;
--color-3: #4f809c;
--color-4: #395a79;
--color-5: #2c496d;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc7e9, #6da2c5, #4f809c, #395a79, #2c496d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc7e9, #6da2c5, #4f809c, #395a79, #2c496d);
}

Shades of Blue color palette created on .