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: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #ffa07a;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #ffdd57;
--color-4: #ffa07a;
--color-5: #ff6347;
}

Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #ffdd57, #ffa07a, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #ffdd57, #ffa07a, #ff6347);
}

Coral Sunset color palette created on .