Coral Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Sunset palette

Share this palette to:

Coral Sunset color palette CSS

/* CSS */
.color-1 {
color: #f9e9e1;
}
.color-2 {
color: #f7aea1;
}
.color-3 {
color: #f2a98c;
}
.color-4 {
color: #f2a745;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #f9e9e1;
--color-2: #f7aea1;
--color-3: #f2a98c;
--color-4: #f2a745;
--color-5: #e86a4a;
}

Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e9e1, #f7aea1, #f2a98c, #f2a745, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e9e1, #f7aea1, #f2a98c, #f2a745, #e86a4a);
}

Coral Sunset color palette created on .