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: #f5a524;
}
.color-2 {
color: #f8e5b4;
}
.color-3 {
color: #d5b3e0;
}
.color-4 {
color: #6e99c4;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e5b4;
--color-3: #d5b3e0;
--color-4: #6e99c4;
--color-5: #4b91e2;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e5b4, #d5b3e0, #6e99c4, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e5b4, #d5b3e0, #6e99c4, #4b91e2);
}

Shades of Blue color palette created on .