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: #f0e78e;
}
.color-2 {
color: #c2c8e5;
}
.color-3 {
color: #8a9dc1;
}
.color-4 {
color: #506d91;
}
.color-5 {
color: #2a3c65;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c2c8e5;
--color-3: #8a9dc1;
--color-4: #506d91;
--color-5: #2a3c65;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c2c8e5, #8a9dc1, #506d91, #2a3c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c2c8e5, #8a9dc1, #506d91, #2a3c65);
}

Shades of Blue color palette created on .