Mouthwash Refresh Color Palette
Discover the beautiful Mouthwash Refresh color palette featuring regent st blue (#a8d3e1), tradewind (#66b2b0), ocean green (#3c9a8c), elm (#1d7c6f) and eden (#0e5849).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Teal 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 Mouthwash Refresh palette
💻 Mouthwash Refresh color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #66b2b0;
}
.color-3 {
color: #3c9a8c;
}
.color-4 {
color: #1d7c6f;
}
.color-5 {
color: #0e5849;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #66b2b0;
--color-3: #3c9a8c;
--color-4: #1d7c6f;
--color-5: #0e5849;
} 🌈 Mouthwash Refresh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #66b2b0, #3c9a8c, #1d7c6f, #0e5849);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #66b2b0, #3c9a8c, #1d7c6f, #0e5849);
} 🔗 Explore similar color palettes
Mouthwash Refresh color palette created on .