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: #6fbe99;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffb3e7;
}
.color-5 {
color: #a09ada;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe99;
--color-3: #ffcb5c;
--color-4: #ffb3e7;
--color-5: #a09ada;
}

Shades of Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe99, #ffcb5c, #ffb3e7, #a09ada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe99, #ffcb5c, #ffb3e7, #a09ada);
}

Shades of Coral color palette created on .