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: #ff9c8f;
}
.color-2 {
color: #f1c4a2;
}
.color-3 {
color: #f6e8b1;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #4b89c3;
}

/* CSS Variables */
:root {
--color-1: #ff9c8f;
--color-2: #f1c4a2;
--color-3: #f6e8b1;
--color-4: #a3d5e0;
--color-5: #4b89c3;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9c8f, #f1c4a2, #f6e8b1, #a3d5e0, #4b89c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9c8f, #f1c4a2, #f6e8b1, #a3d5e0, #4b89c3);
}

Shades of Blue color palette created on .