Hawaii Part II Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hawaii Part II palette

Share this palette to:

Hawaii Part II color palette PNG image

Download hawaii part ii color palette PNG image (landscape)
Download hawaii part ii color palette PNG image (square)

Hawaii Part II color palette CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #3fc6c1;
}
.color-3 {
color: #00a1e6;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f94e4e;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #3fc6c1;
--color-3: #00a1e6;
--color-4: #fab700;
--color-5: #f94e4e;
}

Hawaii Part II background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #3fc6c1, #00a1e6, #fab700, #f94e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #3fc6c1, #00a1e6, #fab700, #f94e4e);
}

Similar color palettes

Scroll down to explore 1 Hawaii color palette

Hawaii Part II color palette created on .