Abyssal Oasis Color Palette
Discover the beautiful Abyssal Oasis color palette featuring fiord (#3a4c64), blue bayoux (#4f6577), lynch (#61838f), shadow green (#9fc6c6) and geyser (#c8dbdf).
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 Abyssal Oasis palette
💻 Abyssal Oasis color palette CSS
/* CSS */
.color-1 {
color: #3a4c64;
}
.color-2 {
color: #4f6577;
}
.color-3 {
color: #61838f;
}
.color-4 {
color: #9fc6c6;
}
.color-5 {
color: #c8dbdf;
}
/* CSS Variables */
:root {
--color-1: #3a4c64;
--color-2: #4f6577;
--color-3: #61838f;
--color-4: #9fc6c6;
--color-5: #c8dbdf;
} 🌈 Abyssal Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4c64, #4f6577, #61838f, #9fc6c6, #c8dbdf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4c64, #4f6577, #61838f, #9fc6c6, #c8dbdf);
} 🔗 Explore similar color palettes
Abyssal Oasis color palette created on .