Hawaii Part Two Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hawaii Part Two palette

Share this palette to:

Hawaii Part Two color palette PNG image

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

Hawaii Part Two color palette CSS

/* CSS */
.color-1 {
color: #51bee6;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #91be6f;
}

/* CSS Variables */
:root {
--color-1: #51bee6;
--color-2: #f9c54e;
--color-3: #ff6e61;
--color-4: #f94346;
--color-5: #91be6f;
}

Hawaii Part Two background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51bee6, #f9c54e, #ff6e61, #f94346, #91be6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51bee6, #f9c54e, #ff6e61, #f94346, #91be6f);
}

Similar color palettes

Scroll down to explore 2 Hawaii color palettes

Hawaii Part Two color palette created on .