Pink Beauty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Beauty palette
Pink Beauty color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #eab8b3;
}
.color-3 {
color: #e9aab3;
}
.color-4 {
color: #e4afb4;
}
.color-5 {
color: #dfa4b0;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #eab8b3;
--color-3: #e9aab3;
--color-4: #e4afb4;
--color-5: #dfa4b0;
}
Pink Beauty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #eab8b3, #e9aab3, #e4afb4, #dfa4b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #eab8b3, #e9aab3, #e4afb4, #dfa4b0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pink Beauty color palette created on .