Shades of Blue Night Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue Night palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue Night CSS

/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #3a3d5f;
}
.color-3 {
color: #5e628d;
}
.color-4 {
color: #898ebe;
}
.color-5 {
color: #b0b4e3;
}

/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #3a3d5f;
--color-3: #5e628d;
--color-4: #898ebe;
--color-5: #b0b4e3;
}

CSS con gradiente di sfondo Shades of Blue Night

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #3a3d5f, #5e628d, #898ebe, #b0b4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #3a3d5f, #5e628d, #898ebe, #b0b4e3);
}

Shades of Blue Night color palette created on .