Sunset Ray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Ray palette

Share this palette to:

Sunset Ray color palette CSS

/* CSS */
.color-1 {
color: #f5c75b;
}
.color-2 {
color: #f0a64c;
}
.color-3 {
color: #e28936;
}
.color-4 {
color: #d86b2c;
}
.color-5 {
color: #ca502b;
}

/* CSS Variables */
:root {
--color-1: #f5c75b;
--color-2: #f0a64c;
--color-3: #e28936;
--color-4: #d86b2c;
--color-5: #ca502b;
}

Sunset Ray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c75b, #f0a64c, #e28936, #d86b2c, #ca502b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c75b, #f0a64c, #e28936, #d86b2c, #ca502b);
}

Sunset Ray color palette created on .