Hawaiian Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hawaiian Breeze palette

Share this palette to:

Hawaiian Breeze color palette PNG image

Download hawaiian breeze color palette PNG image (landscape)
Download hawaiian breeze color palette PNG image (square)

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);
}

Similar color palettes

Hawaiian Breeze color palette created on .