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: #ff6e61;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ff1a47;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbd42;
--color-3: #ff9900;
--color-4: #ff3c00;
--color-5: #ff1a47;
}

Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbd42, #ff9900, #ff3c00, #ff1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbd42, #ff9900, #ff3c00, #ff1a47);
}

Coral Sunset color palette created on .