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: #2e5a8a;
}
.color-2 {
color: #4d7b9d;
}
.color-3 {
color: #73a8c9;
}
.color-4 {
color: #a1d2e3;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #2e5a8a;
--color-2: #4d7b9d;
--color-3: #73a8c9;
--color-4: #a1d2e3;
--color-5: #f0a800;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e5a8a, #4d7b9d, #73a8c9, #a1d2e3, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e5a8a, #4d7b9d, #73a8c9, #a1d2e3, #f0a800);
}

Shades of Blue color palette created on .