Coral Reef Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Reef Sunset palette

Share this palette to:

Coral Reef Sunset color palette CSS

/* CSS */
.color-1 {
color: #f5b642;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f14e3b;
}
.color-4 {
color: #bf1d2d;
}
.color-5 {
color: #911d3f;
}

/* CSS Variables */
:root {
--color-1: #f5b642;
--color-2: #f47b1f;
--color-3: #f14e3b;
--color-4: #bf1d2d;
--color-5: #911d3f;
}

Coral Reef Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b642, #f47b1f, #f14e3b, #bf1d2d, #911d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b642, #f47b1f, #f14e3b, #bf1d2d, #911d3f);
}

Coral Reef Sunset color palette created on .