Celestial Oasis Color Palette
Discover the beautiful Celestial Oasis color palette featuring rajah (#f8c572), marzipan (#f9e79f), morning glory (#a3d6e1), neptune (#85c1ae) and bermuda (#75d7c3).
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 Celestial Oasis palette
💻 Celestial Oasis color palette CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #a3d6e1;
}
.color-4 {
color: #85c1ae;
}
.color-5 {
color: #75d7c3;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9e79f;
--color-3: #a3d6e1;
--color-4: #85c1ae;
--color-5: #75d7c3;
}
🌈 Celestial Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9e79f, #a3d6e1, #85c1ae, #75d7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9e79f, #a3d6e1, #85c1ae, #75d7c3);
}
🔗 Explore similar color palettes
Celestial Oasis color palette created on .