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: #506d7c;
}
.color-2 {
color: #6f8ba5;
}
.color-3 {
color: #9ab2c6;
}
.color-4 {
color: #c5d8e2;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #506d7c;
--color-2: #6f8ba5;
--color-3: #9ab2c6;
--color-4: #c5d8e2;
--color-5: #f1f5f8;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #506d7c, #6f8ba5, #9ab2c6, #c5d8e2, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #506d7c, #6f8ba5, #9ab2c6, #c5d8e2, #f1f5f8);
}

Shades of Blue color palette created on .