Coastal Serenity Color Palette
Discover the beautiful Coastal Serenity color palette featuring corvette (#f9d59f), web orange (#f0a800), morning glory (#a3d7e0), juniper (#6b8e8a) and bombay (#b0b3b5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Coastal Serenity palette
💻 Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #f9d59f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #6b8e8a;
}
.color-5 {
color: #b0b3b5;
}
/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f0a800;
--color-3: #a3d7e0;
--color-4: #6b8e8a;
--color-5: #b0b3b5;
} 🌈 Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f0a800, #a3d7e0, #6b8e8a, #b0b3b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f0a800, #a3d7e0, #6b8e8a, #b0b3b5);
} Coastal Serenity color palette created on .