Coral Sunset Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Sunset Bliss palette

Share this palette to:

Coral Sunset Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b80;
}
.color-3 {
color: #ffb499;
}
.color-4 {
color: #ffddbd;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b80;
--color-3: #ffb499;
--color-4: #ffddbd;
--color-5: #fff5e0;
}

Coral Sunset Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b80, #ffb499, #ffddbd, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b80, #ffb499, #ffddbd, #fff5e0);
}

Coral Sunset Bliss color palette created on .