Haleiwa Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Haleiwa Adventure palette
Haleiwa Adventure color palette PNG image
Haleiwa Adventure color palette CSS
/* CSS */
.color-1 {
color: #3cbac3;
}
.color-2 {
color: #4cd4e1;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #e76f5f;
}
/* CSS Variables */
:root {
--color-1: #3cbac3;
--color-2: #4cd4e1;
--color-3: #f6b83c;
--color-4: #f0a400;
--color-5: #e76f5f;
}
Haleiwa Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cbac3, #4cd4e1, #f6b83c, #f0a400, #e76f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cbac3, #4cd4e1, #f6b83c, #f0a400, #e76f5f);
}
Similar color palettes
Haleiwa Adventure color palette created on .