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: #3e4c6f;
}
.color-2 {
color: #799aaf;
}
.color-3 {
color: #b8d2e5;
}
.color-4 {
color: #f8c1a5;
}
.color-5 {
color: #f47171;
}

/* CSS Variables */
:root {
--color-1: #3e4c6f;
--color-2: #799aaf;
--color-3: #b8d2e5;
--color-4: #f8c1a5;
--color-5: #f47171;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4c6f, #799aaf, #b8d2e5, #f8c1a5, #f47171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4c6f, #799aaf, #b8d2e5, #f8c1a5, #f47171);
}

Shades of Blue color palette created on .