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: #f7c5a6;
}
.color-2 {
color: #f4b1a4;
}
.color-3 {
color: #f48a8c;
}
.color-4 {
color: #f56b6d;
}
.color-5 {
color: #f63c3c;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f4b1a4;
--color-3: #f48a8c;
--color-4: #f56b6d;
--color-5: #f63c3c;
}

Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f4b1a4, #f48a8c, #f56b6d, #f63c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f4b1a4, #f48a8c, #f56b6d, #f63c3c);
}

Coral Sunset color palette created on .