Coral Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Blue palette

Share this palette to:

Coral Blue color palette CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #1b9ebb;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #2b3d50;
--color-5: #1b9ebb;
}

Coral Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #f4a462, #e76e50, #2b3d50, #1b9ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #f4a462, #e76e50, #2b3d50, #1b9ebb);
}

Coral Blue color palette created on .