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: #f9b1ae;
}
.color-2 {
color: #f4d67b;
}
.color-3 {
color: #a6d8d5;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #2c6d9b;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4d67b;
--color-3: #a6d8d5;
--color-4: #4b91e2;
--color-5: #2c6d9b;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4d67b, #a6d8d5, #4b91e2, #2c6d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4d67b, #a6d8d5, #4b91e2, #2c6d9b);
}

Shades of Blue color palette created on .