Ruby Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ruby Sunset palette

Share this palette to:

Ruby Sunset color palette CSS

/* CSS */
.color-1 {
color: #d60024;
}
.color-2 {
color: #e8493b;
}
.color-3 {
color: #f15a27;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #f5d03d;
}

/* CSS Variables */
:root {
--color-1: #d60024;
--color-2: #e8493b;
--color-3: #f15a27;
--color-4: #f7b32b;
--color-5: #f5d03d;
}

Ruby Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60024, #e8493b, #f15a27, #f7b32b, #f5d03d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60024, #e8493b, #f15a27, #f7b32b, #f5d03d);
}

Ruby Sunset color palette created on .