Deep Sea Dream Color Palette
Discover the beautiful Deep Sea Dream color palette featuring blue dianne (#1b4b4a), paradiso (#2f7f7c), puerto rico (#4bb9a1), aquamarine blue (#74e2d1) and ice cold (#b1f2e6).
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 Dream palette
💻 Deep Sea Dream color palette CSS
/* CSS */
.color-1 {
color: #1b4b4a;
}
.color-2 {
color: #2f7f7c;
}
.color-3 {
color: #4bb9a1;
}
.color-4 {
color: #74e2d1;
}
.color-5 {
color: #b1f2e6;
}
/* CSS Variables */
:root {
--color-1: #1b4b4a;
--color-2: #2f7f7c;
--color-3: #4bb9a1;
--color-4: #74e2d1;
--color-5: #b1f2e6;
} 🌈 Deep Sea Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b4a, #2f7f7c, #4bb9a1, #74e2d1, #b1f2e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b4a, #2f7f7c, #4bb9a1, #74e2d1, #b1f2e6);
} 🔗 Explore similar color palettes
Deep Sea Dream color palette created on .