Warm Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Coral palette

Share this palette to:

Warm Coral color palette CSS

/* CSS */
.color-1 {
color: #fabd9e;
}
.color-2 {
color: #fa9485;
}
.color-3 {
color: #fa695c;
}
.color-4 {
color: #eb5928;
}
.color-5 {
color: #be5123;
}

/* CSS Variables */
:root {
--color-1: #fabd9e;
--color-2: #fa9485;
--color-3: #fa695c;
--color-4: #eb5928;
--color-5: #be5123;
}

Warm Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fabd9e, #fa9485, #fa695c, #eb5928, #be5123);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fabd9e, #fa9485, #fa695c, #eb5928, #be5123);
}

Warm Coral color palette created on .