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: #d5c4f2;
}
.color-2 {
color: #a5b7e3;
}
.color-3 {
color: #7eb2c4;
}
.color-4 {
color: #4dac8b;
}
.color-5 {
color: #2b8c6c;
}

/* CSS Variables */
:root {
--color-1: #d5c4f2;
--color-2: #a5b7e3;
--color-3: #7eb2c4;
--color-4: #4dac8b;
--color-5: #2b8c6c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c4f2, #a5b7e3, #7eb2c4, #4dac8b, #2b8c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c4f2, #a5b7e3, #7eb2c4, #4dac8b, #2b8c6c);
}

Shades of Blue color palette created on .