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: #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

Hawaiian Breeze color palette created on .