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: #1a1f4c;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #6b8fb3;
}
.color-4 {
color: #b3cde5;
}
.color-5 {
color: #f0e4c7;
}

/* CSS Variables */
:root {
--color-1: #1a1f4c;
--color-2: #3b4f8c;
--color-3: #6b8fb3;
--color-4: #b3cde5;
--color-5: #f0e4c7;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f4c, #3b4f8c, #6b8fb3, #b3cde5, #f0e4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f4c, #3b4f8c, #6b8fb3, #b3cde5, #f0e4c7);
}

Shades of Blue color palette created on .