Race Day Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Race Day Radiance palette

Share this palette to:

Race Day Radiance color palette CSS

/* CSS */
.color-1 {
color: #c9031d;
}
.color-2 {
color: #e85d3b;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #fce1a6;
}
.color-5 {
color: #a2d3e7;
}

/* CSS Variables */
:root {
--color-1: #c9031d;
--color-2: #e85d3b;
--color-3: #f4a462;
--color-4: #fce1a6;
--color-5: #a2d3e7;
}

Race Day Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9031d, #e85d3b, #f4a462, #fce1a6, #a2d3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9031d, #e85d3b, #f4a462, #fce1a6, #a2d3e7);
}

Race Day Radiance color palette created on .