Discover the beautiful Serene Aloe Oasis color palette featuring moss green (#a6d9b7), fringy flower (#b8e0c7), surf crest (#d0e7d8), frost (#f0f8e2) and feta (#e0f7d4).
Serene Aloe Oasis Color Palette
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
Explore how the Serene Aloe Oasis palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Serene Aloe Oasis palette
💻 Serene Aloe Oasis color palette CSS
/* CSS */
.color-1 {
color: #a6d9b7;
}
.color-2 {
color: #b8e0c7;
}
.color-3 {
color: #d0e7d8;
}
.color-4 {
color: #f0f8e2;
}
.color-5 {
color: #e0f7d4;
}
/* CSS Variables */
:root {
--color-1: #a6d9b7;
--color-2: #b8e0c7;
--color-3: #d0e7d8;
--color-4: #f0f8e2;
--color-5: #e0f7d4;
}
🌈 Serene Aloe Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d9b7, #b8e0c7, #d0e7d8, #f0f8e2, #e0f7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d9b7, #b8e0c7, #d0e7d8, #f0f8e2, #e0f7d4);
}
🔗 Explore similar color palettes
Serene Aloe Oasis color palette created on .