Serenity's Embrace Color Palette
Discover the beautiful Serenity's Embrace color palette featuring glacier (#88b7c3), hippie blue (#6d9cb6), wedgewood (#4f7a9c), chambray (#3a5b82) and san juan (#2e4a66).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Soft 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 Serenity's Embrace palette
💻 Serenity's Embrace color palette CSS
/* CSS */
.color-1 {
color: #88b7c3;
}
.color-2 {
color: #6d9cb6;
}
.color-3 {
color: #4f7a9c;
}
.color-4 {
color: #3a5b82;
}
.color-5 {
color: #2e4a66;
}
/* CSS Variables */
:root {
--color-1: #88b7c3;
--color-2: #6d9cb6;
--color-3: #4f7a9c;
--color-4: #3a5b82;
--color-5: #2e4a66;
} 🌈 Serenity's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88b7c3, #6d9cb6, #4f7a9c, #3a5b82, #2e4a66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88b7c3, #6d9cb6, #4f7a9c, #3a5b82, #2e4a66);
} 🔗 Explore similar color palettes
Serenity's Embrace color palette created on .