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: #4a4d8c;
}
.color-2 {
color: #6a6d9a;
}
.color-3 {
color: #a3a7d2;
}
.color-4 {
color: #e1b56b;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #6a6d9a;
--color-3: #a3a7d2;
--color-4: #e1b56b;
--color-5: #f0a800;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #6a6d9a, #a3a7d2, #e1b56b, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #6a6d9a, #a3a7d2, #e1b56b, #f0a800);
}

Shades of Blue color palette created on .