Hippie Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hippie Pink Shades palette
Hippie Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #e05273;
}
.color-2 {
color: #f4a4b5;
}
.color-3 {
color: #ffb8c6;
}
.color-4 {
color: #fff0d1;
}
.color-5 {
color: #ffcf70;
}
/* CSS Variables */
:root {
--color-1: #e05273;
--color-2: #f4a4b5;
--color-3: #ffb8c6;
--color-4: #fff0d1;
--color-5: #ffcf70;
}
Hippie Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05273, #f4a4b5, #ffb8c6, #fff0d1, #ffcf70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05273, #f4a4b5, #ffb8c6, #fff0d1, #ffcf70);
}
Similar color palettes
Hippie Pink Shades color palette created on .