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: #bf845f;
}
.color-2 {
color: #fabe70;
}
.color-3 {
color: #e59c48;
}
.color-4 {
color: #d56948;
}
.color-5 {
color: #a24c2a;
}

/* CSS Variables */
:root {
--color-1: #bf845f;
--color-2: #fabe70;
--color-3: #e59c48;
--color-4: #d56948;
--color-5: #a24c2a;
}

Coral Reef Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf845f, #fabe70, #e59c48, #d56948, #a24c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf845f, #fabe70, #e59c48, #d56948, #a24c2a);
}

Coral Reef Sunset color palette created on .