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: #c0c1f2;
}
.color-2 {
color: #a7a6d9;
}
.color-3 {
color: #7a97e1;
}
.color-4 {
color: #5f6fb4;
}
.color-5 {
color: #3f4c8d;
}

/* CSS Variables */
:root {
--color-1: #c0c1f2;
--color-2: #a7a6d9;
--color-3: #7a97e1;
--color-4: #5f6fb4;
--color-5: #3f4c8d;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c1f2, #a7a6d9, #7a97e1, #5f6fb4, #3f4c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c1f2, #a7a6d9, #7a97e1, #5f6fb4, #3f4c8d);
}

Shades of Blue color palette created on .