Playful Pizzeria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Playful Pizzeria palette

Share this palette to:

Playful Pizzeria color palette CSS

/* CSS */
.color-1 {
color: #eecbaf;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f2a85a;
}
.color-4 {
color: #e76a4b;
}
.color-5 {
color: #c0548d;
}

/* CSS Variables */
:root {
--color-1: #eecbaf;
--color-2: #f7c5a1;
--color-3: #f2a85a;
--color-4: #e76a4b;
--color-5: #c0548d;
}

Playful Pizzeria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eecbaf, #f7c5a1, #f2a85a, #e76a4b, #c0548d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eecbaf, #f7c5a1, #f2a85a, #e76a4b, #c0548d);
}

Playful Pizzeria color palette created on .