Pentumbra Color Palette
Discover the beautiful Pentumbra color palette featuring bossanova (#5b2d62), affair (#794a8c), wisteria (#a66ab9), padua (#a6e8c5) and snowy mint (#d3ffd1).
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 Pentumbra palette
💻 Pentumbra color palette CSS
/* CSS */
.color-1 {
color: #5b2d62;
}
.color-2 {
color: #794a8c;
}
.color-3 {
color: #a66ab9;
}
.color-4 {
color: #a6e8c5;
}
.color-5 {
color: #d3ffd1;
}
/* CSS Variables */
:root {
--color-1: #5b2d62;
--color-2: #794a8c;
--color-3: #a66ab9;
--color-4: #a6e8c5;
--color-5: #d3ffd1;
}
🌈 Pentumbra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d62, #794a8c, #a66ab9, #a6e8c5, #d3ffd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d62, #794a8c, #a66ab9, #a6e8c5, #d3ffd1);
}
🔗 Explore similar color palettes
Pentumbra color palette created on .