Moon Raker Color Palette
Discover the beautiful Moon Raker color palette featuring spindle (#b7c4e6), cold purple (#a3b1e0), chetwode blue (#919ed9), blue marguerite (#6881c4) and san marino (#3d6ab3).
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 Moon Raker palette
💻 Moon Raker color palette CSS
/* CSS */
.color-1 {
color: #b7c4e6;
}
.color-2 {
color: #a3b1e0;
}
.color-3 {
color: #919ed9;
}
.color-4 {
color: #6881c4;
}
.color-5 {
color: #3d6ab3;
}
/* CSS Variables */
:root {
--color-1: #b7c4e6;
--color-2: #a3b1e0;
--color-3: #919ed9;
--color-4: #6881c4;
--color-5: #3d6ab3;
} 🌈 Moon Raker background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c4e6, #a3b1e0, #919ed9, #6881c4, #3d6ab3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c4e6, #a3b1e0, #919ed9, #6881c4, #3d6ab3);
} 🔗 Explore similar color palettes
Moon Raker color palette created on .