Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring japonica (#d87d5f), ronchi (#f1c84b), cinnabar (#e74d3c), studio (#8d43ad) and pickled bluewood (#2b3d50).
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 Shades of Red palette
๐ป Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #d87d5f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #d87d5f;
--color-2: #f1c84b;
--color-3: #e74d3c;
--color-4: #8d43ad;
--color-5: #2b3d50;
}
๐ Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d87d5f, #f1c84b, #e74d3c, #8d43ad, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d87d5f, #f1c84b, #e74d3c, #8d43ad, #2b3d50);
}
๐ Explore similar color palettes
Shades of Red color palette created on .