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: #3a6ea6;
}
.color-2 {
color: #5dbae5;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f26c5a;
}
.color-5 {
color: #995b9f;
}

/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #5dbae5;
--color-3: #f4cf3e;
--color-4: #f26c5a;
--color-5: #995b9f;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #5dbae5, #f4cf3e, #f26c5a, #995b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #5dbae5, #f4cf3e, #f26c5a, #995b9f);
}

Shades of Blue color palette created on .