Pink Whipped Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Whipped Cream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Whipped Cream Color Palette (PNG)
Pink Whipped Cream color palette CSS
/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f3a78c;
}
.color-3 {
color: #f28c9d;
}
.color-4 {
color: #d58bce;
}
.color-5 {
color: #a89bc5;
}
/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f3a78c;
--color-3: #f28c9d;
--color-4: #d58bce;
--color-5: #a89bc5;
}
Pink Whipped Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f3a78c, #f28c9d, #d58bce, #a89bc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f3a78c, #f28c9d, #d58bce, #a89bc5);
}
Similar color palettes
Pink Whipped Cream color palette created on .