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: #8a2ce2;
}
.color-2 {
color: #5d40d4;
}
.color-3 {
color: #3e8ebb;
}
.color-4 {
color: #98c6e7;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #5d40d4;
--color-3: #3e8ebb;
--color-4: #98c6e7;
--color-5: #f4e2c3;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #5d40d4, #3e8ebb, #98c6e7, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #5d40d4, #3e8ebb, #98c6e7, #f4e2c3);
}

Shades of Blue color palette created on .