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: #d2d0b2;
}
.color-3 {
color: #a4b7c6;
}
.color-4 {
color: #7c9bcb;
}
.color-5 {
color: #3d5c99;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2d0b2;
--color-3: #a4b7c6;
--color-4: #7c9bcb;
--color-5: #3d5c99;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2d0b2, #a4b7c6, #7c9bcb, #3d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2d0b2, #a4b7c6, #7c9bcb, #3d5c99);
}

Shades of Blue color palette created on .