Fun Rainbow Pastel Fest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fun Rainbow Pastel Fest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fun Rainbow Pastel Fest Color Palette (PNG)
Fun Rainbow Pastel Fest color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ffdfb3;
}
.color-3 {
color: #ffffb8;
}
.color-4 {
color: #b3ffb3;
}
.color-5 {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ffdfb3;
--color-3: #ffffb8;
--color-4: #b3ffb3;
--color-5: #b8e0ff;
}
Fun Rainbow Pastel Fest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ffdfb3, #ffffb8, #b3ffb3, #b8e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ffdfb3, #ffffb8, #b3ffb3, #b8e0ff);
}
Similar color palettes
Scroll down to explore 7 Pastel color palettes
Fun Rainbow Pastel Fest color palette created on .