Frosted Ocean Serenity Color Palette
Discover the beautiful Frosted Ocean Serenity color palette featuring lily white (#e5f7ff), morning glory (#9ed6e0), persian green (#00b3aa), blue lagoon (#007c8f) and sherpa blue (#004a4d).
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 Frosted Ocean Serenity palette
💻 Frosted Ocean Serenity color palette CSS
/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #9ed6e0;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #007c8f;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #9ed6e0;
--color-3: #00b3aa;
--color-4: #007c8f;
--color-5: #004a4d;
} 🌈 Frosted Ocean Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #9ed6e0, #00b3aa, #007c8f, #004a4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #9ed6e0, #00b3aa, #007c8f, #004a4d);
} Frosted Ocean Serenity color palette created on .