Sea Moon Color Palette
Discover the beautiful Sea Moon color palette featuring ship cove (#6f9cbe), regent st blue (#b1d4e7), parchment (#f1e4d5), rose bud (#f7a89c) and sunglo (#e76a7b).
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 Sea Moon palette
💻 Sea Moon color palette CSS
/* CSS */
.color-1 {
color: #6f9cbe;
}
.color-2 {
color: #b1d4e7;
}
.color-3 {
color: #f1e4d5;
}
.color-4 {
color: #f7a89c;
}
.color-5 {
color: #e76a7b;
}
/* CSS Variables */
:root {
--color-1: #6f9cbe;
--color-2: #b1d4e7;
--color-3: #f1e4d5;
--color-4: #f7a89c;
--color-5: #e76a7b;
} 🌈 Sea Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9cbe, #b1d4e7, #f1e4d5, #f7a89c, #e76a7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9cbe, #b1d4e7, #f1e4d5, #f7a89c, #e76a7b);
} 🔗 Explore similar color palettes
Sea Moon color palette created on .