Blue Hawaii Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Hawaii palette

Share this palette to:

Blue Hawaii color palette PNG image

Download blue hawaii color palette PNG image (landscape)
Download blue hawaii color palette PNG image (square)

Blue Hawaii color palette CSS

/* CSS */
.color-1 {
color: #1ab2e0;
}
.color-2 {
color: #4ce1e1;
}
.color-3 {
color: #7ef6da;
}
.color-4 {
color: #f5c84d;
}
.color-5 {
color: #f1603b;
}

/* CSS Variables */
:root {
--color-1: #1ab2e0;
--color-2: #4ce1e1;
--color-3: #7ef6da;
--color-4: #f5c84d;
--color-5: #f1603b;
}

Blue Hawaii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab2e0, #4ce1e1, #7ef6da, #f5c84d, #f1603b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab2e0, #4ce1e1, #7ef6da, #f5c84d, #f1603b);
}

Similar color palettes

Scroll down to explore 1 Hawaii color palette

Blue Hawaii color palette created on .