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: #191f4d;
}
.color-2 {
color: #2d3f7c;
}
.color-3 {
color: #4b6caf;
}
.color-4 {
color: #79a7d8;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #2d3f7c;
--color-3: #4b6caf;
--color-4: #79a7d8;
--color-5: #a3c7e0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #2d3f7c, #4b6caf, #79a7d8, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #2d3f7c, #4b6caf, #79a7d8, #a3c7e0);
}

Shades of Blue color palette created on .