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: #7e9bb9;
}
.color-2 {
color: #4f7a92;
}
.color-3 {
color: #3b556d;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #ab4036;
}

/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #4f7a92;
--color-3: #3b556d;
--color-4: #2b3d50;
--color-5: #ab4036;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #4f7a92, #3b556d, #2b3d50, #ab4036);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #4f7a92, #3b556d, #2b3d50, #ab4036);
}

Shades of Blue color palette created on .