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: #2e5b7f;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #97c0d8;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #e56b2e;
}

/* CSS Variables */
:root {
--color-1: #2e5b7f;
--color-2: #4f8cba;
--color-3: #97c0d8;
--color-4: #f9d66c;
--color-5: #e56b2e;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e5b7f, #4f8cba, #97c0d8, #f9d66c, #e56b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e5b7f, #4f8cba, #97c0d8, #f9d66c, #e56b2e);
}

Shades of Blue color palette created on .