Warm Reds Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Reds palette
Warm Reds color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e9a735;
}
.color-3 {
color: #d5742a;
}
.color-4 {
color: #c64c2a;
}
.color-5 {
color: #a62b2b;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e9a735;
--color-3: #d5742a;
--color-4: #c64c2a;
--color-5: #a62b2b;
}
Warm Reds background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e9a735, #d5742a, #c64c2a, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e9a735, #d5742a, #c64c2a, #a62b2b);
}
Similar color palettes
Scroll down to explore 80+ Bright color palettes
Warm Reds color palette created on .