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: #4b8abe;
}
.color-2 {
color: #a3d3e0;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d65e5c;
}
.color-5 {
color: #6c504b;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #a3d3e0;
--color-3: #f0a800;
--color-4: #d65e5c;
--color-5: #6c504b;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #a3d3e0, #f0a800, #d65e5c, #6c504b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #a3d3e0, #f0a800, #d65e5c, #6c504b);
}

Shades of Blue color palette created on .