Hawaiian Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hawaiian Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hawaiian Breeze Color Palette (PNG)
Hawaiian Breeze color palette CSS
/* CSS */
.color-1 {
color: #1bb1a2;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #1bb1a2;
--color-2: #ff6e61;
--color-3: #f9e79f;
--color-4: #ffcc00;
--color-5: #ff7092;
}
Hawaiian Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1bb1a2, #ff6e61, #f9e79f, #ffcc00, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1bb1a2, #ff6e61, #f9e79f, #ffcc00, #ff7092);
}
Similar color palettes
Scroll down to explore 5 Hawaii color palettes
Hawaiian Breeze color palette created on .