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: #a3a9d7;
}
.color-2 {
color: #6c84c6;
}
.color-3 {
color: #5d7aac;
}
.color-4 {
color: #4b6ea0;
}
.color-5 {
color: #2f4c7f;
}

/* CSS Variables */
:root {
--color-1: #a3a9d7;
--color-2: #6c84c6;
--color-3: #5d7aac;
--color-4: #4b6ea0;
--color-5: #2f4c7f;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3a9d7, #6c84c6, #5d7aac, #4b6ea0, #2f4c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3a9d7, #6c84c6, #5d7aac, #4b6ea0, #2f4c7f);
}

Shades of Blue color palette created on .