Coral Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Serenade palette

Share this palette to:

Coral Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e52;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #ffd1dc;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e52;
--color-3: #ffb84d;
--color-4: #ffe0b3;
--color-5: #ffd1dc;
}

Coral Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e52, #ffb84d, #ffe0b3, #ffd1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e52, #ffb84d, #ffe0b3, #ffd1dc);
}

Coral Serenade color palette created on .