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: #e0c4e3;
}
.color-2 {
color: #b4a3d7;
}
.color-3 {
color: #708dc7;
}
.color-4 {
color: #3b6d9b;
}
.color-5 {
color: #1f507a;
}

/* CSS Variables */
:root {
--color-1: #e0c4e3;
--color-2: #b4a3d7;
--color-3: #708dc7;
--color-4: #3b6d9b;
--color-5: #1f507a;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4e3, #b4a3d7, #708dc7, #3b6d9b, #1f507a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4e3, #b4a3d7, #708dc7, #3b6d9b, #1f507a);
}

Shades of Blue color palette created on .