Pink Plush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Plush palette
Pink Plush color palette CSS
/* CSS */
.color-1 {
color: #f4d0ae;
}
.color-2 {
color: #f2bad3;
}
.color-3 {
color: #f19dc5;
}
.color-4 {
color: #e88cc0;
}
.color-5 {
color: #d87db4;
}
/* CSS Variables */
:root {
--color-1: #f4d0ae;
--color-2: #f2bad3;
--color-3: #f19dc5;
--color-4: #e88cc0;
--color-5: #d87db4;
}
Pink Plush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d0ae, #f2bad3, #f19dc5, #e88cc0, #d87db4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d0ae, #f2bad3, #f19dc5, #e88cc0, #d87db4);
}
Similar color palettes
Pink Plush color palette created on .