Coral Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Dance palette

Share this palette to:

Coral Dance color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #9fd2df;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffd84d;
--color-4: #9fd2df;
--color-5: #6b9cd1;
}

Coral Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffd84d, #9fd2df, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffd84d, #9fd2df, #6b9cd1);
}

Coral Dance color palette created on .