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: #c0c3e7;
}
.color-2 {
color: #8a9ad6;
}
.color-3 {
color: #5d80bb;
}
.color-4 {
color: #3d6c9e;
}
.color-5 {
color: #2e4d7a;
}

/* CSS Variables */
:root {
--color-1: #c0c3e7;
--color-2: #8a9ad6;
--color-3: #5d80bb;
--color-4: #3d6c9e;
--color-5: #2e4d7a;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c3e7, #8a9ad6, #5d80bb, #3d6c9e, #2e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c3e7, #8a9ad6, #5d80bb, #3d6c9e, #2e4d7a);
}

Shades of Blue color palette created on .