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: #5a5d8c;
}
.color-2 {
color: #a2a7c8;
}
.color-3 {
color: #e3e8f2;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #5a5d8c;
--color-2: #a2a7c8;
--color-3: #e3e8f2;
--color-4: #f8caa5;
--color-5: #f76e6e;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5d8c, #a2a7c8, #e3e8f2, #f8caa5, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5d8c, #a2a7c8, #e3e8f2, #f8caa5, #f76e6e);
}

Shades of Blue color palette created on .