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: #efeaf6;
}
.color-2 {
color: #ddd0e1;
}
.color-3 {
color: #cab4cf;
}
.color-4 {
color: #a0a7ca;
}
.color-5 {
color: #7386ab;
}

/* CSS Variables */
:root {
--color-1: #efeaf6;
--color-2: #ddd0e1;
--color-3: #cab4cf;
--color-4: #a0a7ca;
--color-5: #7386ab;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efeaf6, #ddd0e1, #cab4cf, #a0a7ca, #7386ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efeaf6, #ddd0e1, #cab4cf, #a0a7ca, #7386ab);
}

Shades of Blue color palette created on .