Coral Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Blossom palette

Share this palette to:

Coral Blossom color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffe057;
--color-4: #6ed4cf;
--color-5: #f5a524;
}

Coral Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffe057, #6ed4cf, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffe057, #6ed4cf, #f5a524);
}

Coral Blossom color palette created on .