Celestial Coral Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Coral Delight palette

Share this palette to:

Celestial Coral Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #fff8e0;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a57;
--color-3: #ffd84d;
--color-4: #fff8e0;
--color-5: #5e4b8b;
}

Celestial Coral Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a57, #ffd84d, #fff8e0, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a57, #ffd84d, #fff8e0, #5e4b8b);
}

Celestial Coral Delight color palette created on .