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: #d0c4e3;
}
.color-2 {
color: #a5b8e3;
}
.color-3 {
color: #71a3e5;
}
.color-4 {
color: #3b8cbf;
}
.color-5 {
color: #2e6b8e;
}

/* CSS Variables */
:root {
--color-1: #d0c4e3;
--color-2: #a5b8e3;
--color-3: #71a3e5;
--color-4: #3b8cbf;
--color-5: #2e6b8e;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c4e3, #a5b8e3, #71a3e5, #3b8cbf, #2e6b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c4e3, #a5b8e3, #71a3e5, #3b8cbf, #2e6b8e);
}

Shades of Blue color palette created on .