Peach Vtuber Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Vtuber palette
Peach Vtuber color palette CSS
/* CSS */
.color-1 {
color: #ff8a80;
}
.color-2 {
color: #ffb199;
}
.color-3 {
color: #ffc694;
}
.color-4 {
color: #ffdbb3;
}
.color-5 {
color: #ffefd1;
}
/* CSS Variables */
:root {
--color-1: #ff8a80;
--color-2: #ffb199;
--color-3: #ffc694;
--color-4: #ffdbb3;
--color-5: #ffefd1;
}
Peach Vtuber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8a80, #ffb199, #ffc694, #ffdbb3, #ffefd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8a80, #ffb199, #ffc694, #ffdbb3, #ffefd1);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Peach Vtuber color palette created on .