Hawaii Part: II Color Palette
Discover the beautiful Hawaii Part: II color palette featuring pacific blue (#00b3c7), bondi blue (#00a2b8), persian green (#00969e), teal (#00857c) and tropical rain forest (#00755c).
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 Hawaii Part: II palette
💻 Hawaii Part: II color palette CSS
/* CSS */
.color-1 {
color: #00b3c7;
}
.color-2 {
color: #00a2b8;
}
.color-3 {
color: #00969e;
}
.color-4 {
color: #00857c;
}
.color-5 {
color: #00755c;
}
/* CSS Variables */
:root {
--color-1: #00b3c7;
--color-2: #00a2b8;
--color-3: #00969e;
--color-4: #00857c;
--color-5: #00755c;
}
🌈 Hawaii Part: II background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3c7, #00a2b8, #00969e, #00857c, #00755c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3c7, #00a2b8, #00969e, #00857c, #00755c);
}
🔗 Explore similar color palettes
Hawaii Part: II color palette created on .