Gyaru Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gyaru palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gyaru Color Palette (PNG)
Gyaru color palette CSS
/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f490b1;
}
.color-3 {
color: #f06090;
}
.color-4 {
color: #ec417a;
}
.color-5 {
color: #da1b61;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f490b1;
--color-3: #f06090;
--color-4: #ec417a;
--color-5: #da1b61;
}
Gyaru background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f490b1, #f06090, #ec417a, #da1b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f490b1, #f06090, #ec417a, #da1b61);
}
Similar color palettes
Gyaru color palette created on .