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: #357ad4;
}
.color-2 {
color: #4ca1d6;
}
.color-3 {
color: #60b5d7;
}
.color-4 {
color: #7b4c9a;
}
.color-5 {
color: #522d7b;
}

/* CSS Variables */
:root {
--color-1: #357ad4;
--color-2: #4ca1d6;
--color-3: #60b5d7;
--color-4: #7b4c9a;
--color-5: #522d7b;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #357ad4, #4ca1d6, #60b5d7, #7b4c9a, #522d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #357ad4, #4ca1d6, #60b5d7, #7b4c9a, #522d7b);
}

Shades of Blue color palette created on .