Beowulf Color Palette
Discover the beautiful Beowulf color palette featuring chambray (#3e4b8e), ship cove (#7c8cbb), periwinkle gray (#aec2e0), ronchi (#f1c84b) and valencia (#d64d3d).
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 Beowulf palette
💻 Beowulf color palette CSS
/* CSS */
.color-1 {
color: #3e4b8e;
}
.color-2 {
color: #7c8cbb;
}
.color-3 {
color: #aec2e0;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d64d3d;
}
/* CSS Variables */
:root {
--color-1: #3e4b8e;
--color-2: #7c8cbb;
--color-3: #aec2e0;
--color-4: #f1c84b;
--color-5: #d64d3d;
} 🌈 Beowulf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4b8e, #7c8cbb, #aec2e0, #f1c84b, #d64d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4b8e, #7c8cbb, #aec2e0, #f1c84b, #d64d3d);
} 🔗 Explore similar color palettes
Beowulf color palette created on .