Thalassophobia Color Palette
Discover the beautiful Thalassophobia color palette featuring midnight (#00132b), prussian blue (#002a4e), astronaut blue (#00435b), blue stone (#00605f) and rosewood (#550700).
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 Thalassophobia palette
💻 Thalassophobia color palette CSS
/* CSS */
.color-1 {
color: #00132b;
}
.color-2 {
color: #002a4e;
}
.color-3 {
color: #00435b;
}
.color-4 {
color: #00605f;
}
.color-5 {
color: #550700;
}
/* CSS Variables */
:root {
--color-1: #00132b;
--color-2: #002a4e;
--color-3: #00435b;
--color-4: #00605f;
--color-5: #550700;
} 🌈 Thalassophobia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00132b, #002a4e, #00435b, #00605f, #550700);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00132b, #002a4e, #00435b, #00605f, #550700);
} 🔗 Explore similar color palettes
Thalassophobia color palette created on .