Warm Red Color Palette
Discover the beautiful Warm Red color palette featuring manhattan (#f7c5a1), cream can (#f3ca4f), sandy brown (#f1a15b), piper (#d15b29) and prairie sand (#9e3c24).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Warm Red palette
๐ป Warm Red color palette CSS
/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f1a15b;
}
.color-4 {
color: #d15b29;
}
.color-5 {
color: #9e3c24;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f3ca4f;
--color-3: #f1a15b;
--color-4: #d15b29;
--color-5: #9e3c24;
}
๐ Warm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f3ca4f, #f1a15b, #d15b29, #9e3c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f3ca4f, #f1a15b, #d15b29, #9e3c24);
}
๐ Explore similar color palettes
Warm Red color palette created on .