Castiel Color Palette
Discover the beautiful Castiel color palette featuring cornflower (#a1c1e8), glacier (#6d9dc5), wedgewood (#4b789b), san juan (#2f4b6f) and cloud burst (#1b2b50).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Soft, Aesthetic, Modern, Clear Spring, Bright Summer color palettes and combinations.
💡 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 Castiel palette
💻 Castiel color palette CSS
/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #4b789b;
}
.color-4 {
color: #2f4b6f;
}
.color-5 {
color: #1b2b50;
}
/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #6d9dc5;
--color-3: #4b789b;
--color-4: #2f4b6f;
--color-5: #1b2b50;
}
🌈 Castiel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #6d9dc5, #4b789b, #2f4b6f, #1b2b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #6d9dc5, #4b789b, #2f4b6f, #1b2b50);
}
🔗 Explore similar color palettes
Castiel color palette created on .