Hippie Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hippie Sunshine palette
Hippie Sunshine color palette PNG image
Hippie Sunshine color palette CSS
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffffe0;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #ffec3d;
--color-5: #ffffe0;
}
Hippie Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb300, #ffd900, #ffec3d, #ffffe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb300, #ffd900, #ffec3d, #ffffe0);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Hippie Sunshine color palette created on .