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: #1a2a6b;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #9a8d98;
}
.color-4 {
color: #f6f4d0;
}
.color-5 {
color: #f7c8a1;
}

/* CSS Variables */
:root {
--color-1: #1a2a6b;
--color-2: #4a4e68;
--color-3: #9a8d98;
--color-4: #f6f4d0;
--color-5: #f7c8a1;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2a6b, #4a4e68, #9a8d98, #f6f4d0, #f7c8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2a6b, #4a4e68, #9a8d98, #f6f4d0, #f7c8a1);
}

Tavolozze di colori simili

Shades of Blue color palette created on .