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: #d0e7e1;
}
.color-2 {
color: #a5d2d9;
}
.color-3 {
color: #8fb4d6;
}
.color-4 {
color: #4ca1d6;
}
.color-5 {
color: #2a8fc6;
}

/* CSS Variables */
:root {
--color-1: #d0e7e1;
--color-2: #a5d2d9;
--color-3: #8fb4d6;
--color-4: #4ca1d6;
--color-5: #2a8fc6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e1, #a5d2d9, #8fb4d6, #4ca1d6, #2a8fc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e1, #a5d2d9, #8fb4d6, #4ca1d6, #2a8fc6);
}

Shades of Blue color palette created on .