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: #a6d7e8;
}
.color-2 {
color: #f1b4b1;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f3c2b4;
}
.color-5 {
color: #5e8d9c;
}

/* CSS Variables */
:root {
--color-1: #a6d7e8;
--color-2: #f1b4b1;
--color-3: #f9c54e;
--color-4: #f3c2b4;
--color-5: #5e8d9c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e8, #f1b4b1, #f9c54e, #f3c2b4, #5e8d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e8, #f1b4b1, #f9c54e, #f3c2b4, #5e8d9c);
}

Shades of Blue color palette created on .