Warm Reds and Oranges Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Reds and Oranges palette
Warm Reds and Oranges color palette CSS
/* CSS */
.color-1 {
color: #da4b2b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #e3b3a5;
}
.color-5 {
color: #c23924;
}
/* CSS Variables */
:root {
--color-1: #da4b2b;
--color-2: #f1a94b;
--color-3: #f9d66c;
--color-4: #e3b3a5;
--color-5: #c23924;
}
Warm Reds and Oranges background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4b2b, #f1a94b, #f9d66c, #e3b3a5, #c23924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4b2b, #f1a94b, #f9d66c, #e3b3a5, #c23924);
}
Similar color palettes
Warm Reds and Oranges color palette created on .