Pink Soft Serve Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Soft Serve palette

Share this palette to:

Pink Soft Serve color palette CSS

/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #f9caa9;
}
.color-3 {
color: #f4a499;
}
.color-4 {
color: #f07a7a;
}
.color-5 {
color: #d75b6b;
}

/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #f9caa9;
--color-3: #f4a499;
--color-4: #f07a7a;
--color-5: #d75b6b;
}

Pink Soft Serve background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #f9caa9, #f4a499, #f07a7a, #d75b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #f9caa9, #f4a499, #f07a7a, #d75b6b);
}

Pink Soft Serve color palette created on .