Hawaii Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hawaii Adventure palette
Hawaii Adventure color palette PNG image
Hawaii Adventure color palette CSS
/* CSS */
.color-1 {
color: #1e7180;
}
.color-2 {
color: #4eb7a5;
}
.color-3 {
color: #86dac4;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #d84d3b;
}
/* CSS Variables */
:root {
--color-1: #1e7180;
--color-2: #4eb7a5;
--color-3: #86dac4;
--color-4: #f7b32b;
--color-5: #d84d3b;
}
Hawaii Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7180, #4eb7a5, #86dac4, #f7b32b, #d84d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7180, #4eb7a5, #86dac4, #f7b32b, #d84d3b);
}
Similar color palettes
Scroll down to explore 1 Hawaii color palette
Hawaii Adventure color palette created on .