Shades of Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Coral palette

Share this palette to:

Shades of Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #f5d03d;
}
.color-4 {
color: #9fd4df;
}
.color-5 {
color: #00b3aa;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9900;
--color-3: #f5d03d;
--color-4: #9fd4df;
--color-5: #00b3aa;
}

Shades of Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9900, #f5d03d, #9fd4df, #00b3aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9900, #f5d03d, #9fd4df, #00b3aa);
}

Shades of Coral color palette created on .