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: #a8d6e6;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #f1b1b8;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #d72839;
}

Shades of Blue and Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}

Shades of Blue and Coral color palette created on .