Capricorn Rising Color Palette
Discover the beautiful Capricorn Rising color palette featuring martinique (#3b2d4d), mulled wine (#5a4c70), regent gray (#7b8f9d), bison hide (#c4b6a6) and parchment (#f2e0d4).
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 Capricorn Rising palette
💻 Capricorn Rising color palette CSS
/* CSS */
.color-1 {
color: #3b2d4d;
}
.color-2 {
color: #5a4c70;
}
.color-3 {
color: #7b8f9d;
}
.color-4 {
color: #c4b6a6;
}
.color-5 {
color: #f2e0d4;
}
/* CSS Variables */
:root {
--color-1: #3b2d4d;
--color-2: #5a4c70;
--color-3: #7b8f9d;
--color-4: #c4b6a6;
--color-5: #f2e0d4;
} 🌈 Capricorn Rising background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
} 🔗 Explore similar color palettes
Capricorn Rising color palette created on .