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: #4a8abf;
}
.color-2 {
color: #64c9d8;
}
.color-3 {
color: #91edc2;
}
.color-4 {
color: #b2e59e;
}
.color-5 {
color: #f3f77e;
}

/* CSS Variables */
:root {
--color-1: #4a8abf;
--color-2: #64c9d8;
--color-3: #91edc2;
--color-4: #b2e59e;
--color-5: #f3f77e;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8abf, #64c9d8, #91edc2, #b2e59e, #f3f77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8abf, #64c9d8, #91edc2, #b2e59e, #f3f77e);
}

Shades of Blue color palette created on .