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: #1e4e76;
}
.color-2 {
color: #2a8d7b;
}
.color-3 {
color: #4e289a;
}
.color-4 {
color: #a2d56c;
}
.color-5 {
color: #f9d94e;
}

/* CSS Variables */
:root {
--color-1: #1e4e76;
--color-2: #2a8d7b;
--color-3: #4e289a;
--color-4: #a2d56c;
--color-5: #f9d94e;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e76, #2a8d7b, #4e289a, #a2d56c, #f9d94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e76, #2a8d7b, #4e289a, #a2d56c, #f9d94e);
}

Shades of Blue color palette created on .