Hawaii Color Palette
Discover the beautiful Hawaii color palette featuring curious blue (#1bb2e4), casablanca (#f6c446), tree poppy (#f78d1d), punch (#d44e25) and tapestry (#9b4b8e).
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 palette
💻 Hawaii color palette CSS
/* CSS */
.color-1 {
color: #1bb2e4;
}
.color-2 {
color: #f6c446;
}
.color-3 {
color: #f78d1d;
}
.color-4 {
color: #d44e25;
}
.color-5 {
color: #9b4b8e;
}
/* CSS Variables */
:root {
--color-1: #1bb2e4;
--color-2: #f6c446;
--color-3: #f78d1d;
--color-4: #d44e25;
--color-5: #9b4b8e;
}
🌈 Hawaii background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1bb2e4, #f6c446, #f78d1d, #d44e25, #9b4b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1bb2e4, #f6c446, #f78d1d, #d44e25, #9b4b8e);
}
🔗 Explore similar color palettes
Hawaii color palette created on .