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 PNG image

Download coral sunset color palette PNG image (landscape)
Download coral sunset color palette PNG image (square)

Coral Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ffe4b3;
--color-5: #fff9c2;
}

Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffcc80, #ffe4b3, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffcc80, #ffe4b3, #fff9c2);
}

Coral Sunset color palette created on .