Cynthia's Radiant Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cynthia's Radiant Sunset palette

Share this palette to:

Cynthia's Radiant Sunset color palette CSS

/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #fae900;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #fae900;
--color-3: #ff6d1f;
--color-4: #ff3d3d;
--color-5: #ff0080;
}

Cynthia's Radiant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #fae900, #ff6d1f, #ff3d3d, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #fae900, #ff6d1f, #ff3d3d, #ff0080);
}

Cynthia's Radiant Sunset color palette created on .