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: #a3d5e0;
}
.color-2 {
color: #6eb5d8;
}
.color-3 {
color: #298ebc;
}
.color-4 {
color: #005e8a;
}
.color-5 {
color: #003d5c;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #6eb5d8;
--color-3: #298ebc;
--color-4: #005e8a;
--color-5: #003d5c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #6eb5d8, #298ebc, #005e8a, #003d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #6eb5d8, #298ebc, #005e8a, #003d5c);
}

Shades of Blue color palette created on .