Learning Oasis Color Palette
Discover the beautiful Learning Oasis color palette featuring calypso (#3b7e9b), tradewind (#66b2a4), sinbad (#a4d6d6), sandwisp (#f2e59c) and manhattan (#f7c5a1).
Brightness
Saturation
Warmth
💡 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 Learning Oasis palette
💻 Learning Oasis color palette CSS
/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #66b2a4;
}
.color-3 {
color: #a4d6d6;
}
.color-4 {
color: #f2e59c;
}
.color-5 {
color: #f7c5a1;
}
/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #66b2a4;
--color-3: #a4d6d6;
--color-4: #f2e59c;
--color-5: #f7c5a1;
} 🌈 Learning Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #66b2a4, #a4d6d6, #f2e59c, #f7c5a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #66b2a4, #a4d6d6, #f2e59c, #f7c5a1);
} 🔗 Explore similar color palettes
Learning Oasis color palette created on .