Old Hawaii Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Old Hawaii Adventure palette
Old Hawaii Adventure color palette PNG image
Old Hawaii Adventure color palette CSS
/* CSS */
.color-1 {
color: #e8b64a;
}
.color-2 {
color: #f3c97c;
}
.color-3 {
color: #f1e0a2;
}
.color-4 {
color: #f8a7a0;
}
.color-5 {
color: #d67a29;
}
/* CSS Variables */
:root {
--color-1: #e8b64a;
--color-2: #f3c97c;
--color-3: #f1e0a2;
--color-4: #f8a7a0;
--color-5: #d67a29;
}
Old Hawaii Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b64a, #f3c97c, #f1e0a2, #f8a7a0, #d67a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b64a, #f3c97c, #f1e0a2, #f8a7a0, #d67a29);
}
Similar color palettes
Old Hawaii Adventure color palette created on .