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: #1e3b3e;
}
.color-2 {
color: #4e6e6e;
}
.color-3 {
color: #84a9a7;
}
.color-4 {
color: #afd4d2;
}
.color-5 {
color: #e4f1f1;
}

/* CSS Variables */
:root {
--color-1: #1e3b3e;
--color-2: #4e6e6e;
--color-3: #84a9a7;
--color-4: #afd4d2;
--color-5: #e4f1f1;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b3e, #4e6e6e, #84a9a7, #afd4d2, #e4f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b3e, #4e6e6e, #84a9a7, #afd4d2, #e4f1f1);
}

Shades of Blue color palette created on .