Cosmic Oddity Color Palette
Discover the beautiful Cosmic Oddity color palette featuring aquamarine (#6efcf3), water leaf (#a0e9df), casablanca (#f4b943), givry (#f7e0b6) and bittersweet (#ff6e61).
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 Cosmic Oddity palette
💻 Cosmic Oddity color palette CSS
/* CSS */
.color-1 {
color: #6efcf3;
}
.color-2 {
color: #a0e9df;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #f7e0b6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #6efcf3;
--color-2: #a0e9df;
--color-3: #f4b943;
--color-4: #f7e0b6;
--color-5: #ff6e61;
}
🌈 Cosmic Oddity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6efcf3, #a0e9df, #f4b943, #f7e0b6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6efcf3, #a0e9df, #f4b943, #f7e0b6, #ff6e61);
}
🔗 Explore similar color palettes
Cosmic Oddity color palette created on .