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: #1d2b3e;
}
.color-2 {
color: #3a4964;
}
.color-3 {
color: #5a6c87;
}
.color-4 {
color: #8b9ebb;
}
.color-5 {
color: #aec4e0;
}

/* CSS Variables */
:root {
--color-1: #1d2b3e;
--color-2: #3a4964;
--color-3: #5a6c87;
--color-4: #8b9ebb;
--color-5: #aec4e0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2b3e, #3a4964, #5a6c87, #8b9ebb, #aec4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2b3e, #3a4964, #5a6c87, #8b9ebb, #aec4e0);
}

Shades of Blue color palette created on .