Pink Fizz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Fizz palette

Share this palette to:

Pink Fizz color palette CSS

/* CSS */
.color-1 {
color: #f6dfd0;
}
.color-2 {
color: #f1bab1;
}
.color-3 {
color: #f0a3b5;
}
.color-4 {
color: #f769a9;
}
.color-5 {
color: #c44f99;
}

/* CSS Variables */
:root {
--color-1: #f6dfd0;
--color-2: #f1bab1;
--color-3: #f0a3b5;
--color-4: #f769a9;
--color-5: #c44f99;
}

Pink Fizz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dfd0, #f1bab1, #f0a3b5, #f769a9, #c44f99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dfd0, #f1bab1, #f0a3b5, #f769a9, #c44f99);
}

Pink Fizz color palette created on .