Coral Blossom Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Blossom Serenade palette

Share this palette to:

Coral Blossom Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff9a75;
}
.color-3 {
color: #ffba9e;
}
.color-4 {
color: #ffdac7;
}
.color-5 {
color: #ffe2d6;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff9a75;
--color-3: #ffba9e;
--color-4: #ffdac7;
--color-5: #ffe2d6;
}

Coral Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff9a75, #ffba9e, #ffdac7, #ffe2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff9a75, #ffba9e, #ffdac7, #ffe2d6);
}

Coral Blossom Serenade color palette created on .