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: #f3a5c3;
}
.color-2 {
color: #f6d66f;
}
.color-3 {
color: #a2e2e0;
}
.color-4 {
color: #82bfe3;
}
.color-5 {
color: #4c5c90;
}

/* CSS Variables */
:root {
--color-1: #f3a5c3;
--color-2: #f6d66f;
--color-3: #a2e2e0;
--color-4: #82bfe3;
--color-5: #4c5c90;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c3, #f6d66f, #a2e2e0, #82bfe3, #4c5c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c3, #f6d66f, #a2e2e0, #82bfe3, #4c5c90);
}

Shades of Blue color palette created on .