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: #eab8d1;
}
.color-2 {
color: #b8a2c3;
}
.color-3 {
color: #7d8cba;
}
.color-4 {
color: #4a7eba;
}
.color-5 {
color: #2a5c79;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #b8a2c3;
--color-3: #7d8cba;
--color-4: #4a7eba;
--color-5: #2a5c79;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #b8a2c3, #7d8cba, #4a7eba, #2a5c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #b8a2c3, #7d8cba, #4a7eba, #2a5c79);
}

Shades of Blue color palette created on .