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: #1e1e2f;
}
.color-2 {
color: #5d5d83;
}
.color-3 {
color: #8c8cc0;
}
.color-4 {
color: #f5e56b;
}
.color-5 {
color: #ff6933;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #5d5d83;
--color-3: #8c8cc0;
--color-4: #f5e56b;
--color-5: #ff6933;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #5d5d83, #8c8cc0, #f5e56b, #ff6933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #5d5d83, #8c8cc0, #f5e56b, #ff6933);
}

Shades of Blue color palette created on .