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: #4b6f91;
}
.color-2 {
color: #6ea2aa;
}
.color-3 {
color: #a0c5b3;
}
.color-4 {
color: #d1e8c4;
}
.color-5 {
color: #f4d35d;
}

/* CSS Variables */
:root {
--color-1: #4b6f91;
--color-2: #6ea2aa;
--color-3: #a0c5b3;
--color-4: #d1e8c4;
--color-5: #f4d35d;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f91, #6ea2aa, #a0c5b3, #d1e8c4, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f91, #6ea2aa, #a0c5b3, #d1e8c4, #f4d35d);
}

Shades of Blue color palette created on .