Plum & Cedarwood Color Palette
Discover the beautiful Plum & Cedarwood color palette featuring victoria (#5a3e79), strikemaster (#a35c8d), whiskey (#d19c6b), ronchi (#f1c84b) and ironstone (#7e4b3a).
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 Plum & Cedarwood palette
💻 Plum & Cedarwood color palette CSS
/* CSS */
.color-1 {
color: #5a3e79;
}
.color-2 {
color: #a35c8d;
}
.color-3 {
color: #d19c6b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--color-1: #5a3e79;
--color-2: #a35c8d;
--color-3: #d19c6b;
--color-4: #f1c84b;
--color-5: #7e4b3a;
} 🌈 Plum & Cedarwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e79, #a35c8d, #d19c6b, #f1c84b, #7e4b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e79, #a35c8d, #d19c6b, #f1c84b, #7e4b3a);
} 🔗 Explore similar color palettes
Plum & Cedarwood color palette created on .