Playful Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Playful Pastels palette

Share this palette to:

Playful Pastels color palette PNG image

Download playful pastels color palette PNG image (landscape)
Download playful pastels color palette PNG image (square)

Playful Pastels color palette CSS

/* CSS */
.color-1 {
color: #f995c2;
}
.color-2 {
color: #faa09e;
}
.color-3 {
color: #fac9a3;
}
.color-4 {
color: #fbe8b6;
}
.color-5 {
color: #cdeaf9;
}

/* CSS Variables */
:root {
--color-1: #f995c2;
--color-2: #faa09e;
--color-3: #fac9a3;
--color-4: #fbe8b6;
--color-5: #cdeaf9;
}

Playful Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f995c2, #faa09e, #fac9a3, #fbe8b6, #cdeaf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f995c2, #faa09e, #fac9a3, #fbe8b6, #cdeaf9);
}

Playful Pastels color palette created on .