Makeup Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Makeup palette
Color Inspiration
Images that showcase this color palette in real designs
Download Makeup Color Palette (PNG)
Makeup color palette CSS
/* CSS */
.color-1 {
color: #f2b1c1;
}
.color-2 {
color: #d88d9a;
}
.color-3 {
color: #b7768e;
}
.color-4 {
color: #9f5b80;
}
.color-5 {
color: #783a6e;
}
/* CSS Variables */
:root {
--color-1: #f2b1c1;
--color-2: #d88d9a;
--color-3: #b7768e;
--color-4: #9f5b80;
--color-5: #783a6e;
}
Makeup background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c1, #d88d9a, #b7768e, #9f5b80, #783a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c1, #d88d9a, #b7768e, #9f5b80, #783a6e);
}
Similar color palettes
Makeup color palette created on .