Fun Rainbow Pastel Fest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fun Rainbow Pastel Fest palette

Share this palette to:

Fun Rainbow Pastel Fest color palette PNG image

Download fun rainbow pastel fest color palette PNG image (landscape)
Download fun rainbow pastel fest color palette PNG image (square)

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);
}

Fun Rainbow Pastel Fest color palette created on .