Shades of Blue and Coral Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue and Coral palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue and Coral CSS

/* CSS */
.color-1 {
color: #5b9edc;
}
.color-2 {
color: #a2d1e2;
}
.color-3 {
color: #f2b75f;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #5b9edc;
--color-2: #a2d1e2;
--color-3: #f2b75f;
--color-4: #f9aeae;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Shades of Blue and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9edc, #a2d1e2, #f2b75f, #f9aeae, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9edc, #a2d1e2, #f2b75f, #f9aeae, #e74d3c);
}

Shades of Blue and Coral color palette created on .