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: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffc370;
}
.color-4 {
color: #ffd83d;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffc370;
--color-4: #ffd83d;
--color-5: #ffb300;
}

Warm Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffc370, #ffd83d, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffc370, #ffd83d, #ffb300);
}

Warm Coral color palette created on .