Shades of Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Coral palette

Share this palette to:

Download Shades of Coral Color Palette (PNG)

Download shades of coral color palette PNG image (landscape)
Download shades of coral color palette PNG image (square)

Shades of Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #6ad2e7;
}
.color-5 {
color: #5a4e8d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd29;
--color-4: #6ad2e7;
--color-5: #5a4e8d;
}

Shades of Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd29, #6ad2e7, #5a4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd29, #6ad2e7, #5a4e8d);
}

Shades of Coral color palette created on .