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: #3d185d;
}
.color-2 {
color: #3c5c9f;
}
.color-3 {
color: #3c3a7e;
}
.color-4 {
color: #685b9a;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #3d185d;
--color-2: #3c5c9f;
--color-3: #3c3a7e;
--color-4: #685b9a;
--color-5: #a3c7e0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d185d, #3c5c9f, #3c3a7e, #685b9a, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d185d, #3c5c9f, #3c3a7e, #685b9a, #a3c7e0);
}

Shades of Blue color palette created on .