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: #ffd6f1;
}
.color-2 {
color: #fff0f1;
}
.color-3 {
color: #c7fff9;
}
.color-4 {
color: #80caff;
}
.color-5 {
color: #a8a3ff;
}

/* CSS Variables */
:root {
--color-1: #ffd6f1;
--color-2: #fff0f1;
--color-3: #c7fff9;
--color-4: #80caff;
--color-5: #a8a3ff;
}

Shades of Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6f1, #fff0f1, #c7fff9, #80caff, #a8a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6f1, #fff0f1, #c7fff9, #80caff, #a8a3ff);
}

Shades of Coral color palette created on .