Bold Red Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bold Red Sunset palette
Bold Red Sunset color palette PNG image
Bold Red Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff3c2e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9b0f;
}
.color-4 {
color: #ffbb00;
}
.color-5 {
color: #ff3d91;
}
/* CSS Variables */
:root {
--color-1: #ff3c2e;
--color-2: #ff6d1f;
--color-3: #ff9b0f;
--color-4: #ffbb00;
--color-5: #ff3d91;
}
Bold Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c2e, #ff6d1f, #ff9b0f, #ffbb00, #ff3d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c2e, #ff6d1f, #ff9b0f, #ffbb00, #ff3d91);
}
Similar color palettes
Bold Red Sunset color palette created on .