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: #1e1e3e;
}
.color-2 {
color: #4c4c90;
}
.color-3 {
color: #7a7aff;
}
.color-4 {
color: #9e9eff;
}
.color-5 {
color: #d1d1ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4c4c90;
--color-3: #7a7aff;
--color-4: #9e9eff;
--color-5: #d1d1ff;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4c4c90, #7a7aff, #9e9eff, #d1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4c4c90, #7a7aff, #9e9eff, #d1d1ff);
}

Shades of Blue color palette created on .