Warm Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Red palette
Warm Red color palette CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ff5100;
}
.color-5 {
color: #d60032;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #ff5100;
--color-5: #d60032;
}
Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ff6d1f, #ffb300, #ff5100, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ff6d1f, #ffb300, #ff5100, #d60032);
}
Similar color palettes
- Whimsical Tales of Two Tongues
- Sunny Orchard Harmony
- Shades of Yellow
- Vibrant Coral
- Urban Pulse
- Orange Oasis
- Sunset Ember
- Daring Elegance
- Golden Echoes of Ancient Civilizations
- Sunset Orange Bliss
- Warm Coral
- Warm Mothick
- Autumnal Ember
- Summer Yellow
- Sporty Orange
- Radical Red Sunset
- Citrus Confectionery
- Golden Oven Delights
Warm Red color palette created on .