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