Shades of Blue and Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue and Coral palette

Share this palette to:

Shades of Blue and Coral color palette 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;
}

Shades of Blue and Coral background gradient CSS

/* 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 .