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: #9ed1e5;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d9681c;
}
.color-4 {
color: #c85d3c;
}
.color-5 {
color: #799f3c;
}

/* CSS Variables */
:root {
--color-1: #9ed1e5;
--color-2: #f0a800;
--color-3: #d9681c;
--color-4: #c85d3c;
--color-5: #799f3c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed1e5, #f0a800, #d9681c, #c85d3c, #799f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed1e5, #f0a800, #d9681c, #c85d3c, #799f3c);
}

Shades of Blue color palette created on .