Celestial Crusade Color Palette
Discover the beautiful Celestial Crusade color palette featuring shakespeare (#5aa8d8), regent st blue (#a4d8e5), apricot peach (#f9d4b3), sandy brown (#f1a76a) and japonica (#d86f6f).
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 Celestial Crusade palette
💻 Celestial Crusade color palette CSS
/* CSS */
.color-1 {
color: #5aa8d8;
}
.color-2 {
color: #a4d8e5;
}
.color-3 {
color: #f9d4b3;
}
.color-4 {
color: #f1a76a;
}
.color-5 {
color: #d86f6f;
}
/* CSS Variables */
:root {
--color-1: #5aa8d8;
--color-2: #a4d8e5;
--color-3: #f9d4b3;
--color-4: #f1a76a;
--color-5: #d86f6f;
} 🌈 Celestial Crusade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5aa8d8, #a4d8e5, #f9d4b3, #f1a76a, #d86f6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5aa8d8, #a4d8e5, #f9d4b3, #f1a76a, #d86f6f);
} 🔗 Explore similar color palettes
Celestial Crusade color palette created on .