Calm Red Color Palette
Discover the beautiful Calm Red color palette featuring persian red (#d33131), pomegranate (#f44034), sunglo (#e57171), romantic (#ffccbd) and salmon (#ff8a66).
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 Calm Red palette
💻 Calm Red color palette CSS
/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #f44034;
}
.color-3 {
color: #e57171;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ff8a66;
}
/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #f44034;
--color-3: #e57171;
--color-4: #ffccbd;
--color-5: #ff8a66;
} 🌈 Calm Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #f44034, #e57171, #ffccbd, #ff8a66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #f44034, #e57171, #ffccbd, #ff8a66);
} 🔗 Explore similar color palettes
Calm Red color palette created on .