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: #084b81;
}
.color-2 {
color: #497a9c;
}
.color-3 {
color: #78a6b5;
}
.color-4 {
color: #b9d6da;
}
.color-5 {
color: #e1f3f4;
}

/* CSS Variables */
:root {
--color-1: #084b81;
--color-2: #497a9c;
--color-3: #78a6b5;
--color-4: #b9d6da;
--color-5: #e1f3f4;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #084b81, #497a9c, #78a6b5, #b9d6da, #e1f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #084b81, #497a9c, #78a6b5, #b9d6da, #e1f3f4);
}

Shades of Blue color palette created on .