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