Hawaiian Breeze Color Palette
Discover the beautiful Hawaiian Breeze color palette featuring hawaiian tan (#9c5516), hokey pokey (#d19929), cream can (#f3c74f), chinook (#a2e6b8) and picton blue (#4cc8e1).
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 Hawaiian Breeze palette
💻 Hawaiian Breeze color palette CSS
/* CSS */
.color-1 {
color: #9c5516;
}
.color-2 {
color: #d19929;
}
.color-3 {
color: #f3c74f;
}
.color-4 {
color: #a2e6b8;
}
.color-5 {
color: #4cc8e1;
}
/* CSS Variables */
:root {
--color-1: #9c5516;
--color-2: #d19929;
--color-3: #f3c74f;
--color-4: #a2e6b8;
--color-5: #4cc8e1;
}
🌈 Hawaiian Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5516, #d19929, #f3c74f, #a2e6b8, #4cc8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5516, #d19929, #f3c74f, #a2e6b8, #4cc8e1);
}
🔗 Explore similar color palettes
Hawaiian Breeze color palette created on .