Abyssal Serenity Color Palette
Discover the beautiful Abyssal Serenity color palette featuring outer space (#192322), outer space (#283934), mineral green (#39534b), cutty sark (#4e6863) and xanadu (#6d796f).
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 Serenity palette
💻 Abyssal Serenity color palette CSS
/* CSS */
.color-1 {
color: #192322;
}
.color-2 {
color: #283934;
}
.color-3 {
color: #39534b;
}
.color-4 {
color: #4e6863;
}
.color-5 {
color: #6d796f;
}
/* CSS Variables */
:root {
--color-1: #192322;
--color-2: #283934;
--color-3: #39534b;
--color-4: #4e6863;
--color-5: #6d796f;
} 🌈 Abyssal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192322, #283934, #39534b, #4e6863, #6d796f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192322, #283934, #39534b, #4e6863, #6d796f);
} 🔗 Explore similar color palettes
Abyssal Serenity color palette created on .