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: #000000;
}
.color-2 {
color: #1d202f;
}
.color-3 {
color: #302154;
}
.color-4 {
color: #4c5d8a;
}
.color-5 {
color: #6a8faf;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1d202f;
--color-3: #302154;
--color-4: #4c5d8a;
--color-5: #6a8faf;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1d202f, #302154, #4c5d8a, #6a8faf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1d202f, #302154, #4c5d8a, #6a8faf);
}

Tavolozze di colori simili

Shades of Blue color palette created on .