Deep Sea Jewels Color Palette
Discover the beautiful Deep Sea Jewels color palette featuring green haze (#009975), blue lagoon (#007e94), orient (#006275), sherpa blue (#003c4d) and daintree (#002d38).
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 Deep Sea Jewels palette
💻 Deep Sea Jewels color palette CSS
/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #007e94;
}
.color-3 {
color: #006275;
}
.color-4 {
color: #003c4d;
}
.color-5 {
color: #002d38;
}
/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #007e94;
--color-3: #006275;
--color-4: #003c4d;
--color-5: #002d38;
}
🌈 Deep Sea Jewels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #007e94, #006275, #003c4d, #002d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #007e94, #006275, #003c4d, #002d38);
}
🔗 Explore similar color palettes
Deep Sea Jewels color palette created on .