Hawaii Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hawaii palette

Share this palette to:

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

Hawaii color palette created on .