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: #4f9ecf;
}
.color-2 {
color: #6cb0e5;
}
.color-3 {
color: #8cd3e3;
}
.color-4 {
color: #ade6e0;
}
.color-5 {
color: #c3efe6;
}

/* CSS Variables */
:root {
--color-1: #4f9ecf;
--color-2: #6cb0e5;
--color-3: #8cd3e3;
--color-4: #ade6e0;
--color-5: #c3efe6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9ecf, #6cb0e5, #8cd3e3, #ade6e0, #c3efe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9ecf, #6cb0e5, #8cd3e3, #ade6e0, #c3efe6);
}

Shades of Blue color palette created on .