Pink Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Delight palette
Pink Delight color palette CSS
/* CSS */
.color-1 {
color: #f7a1b4;
}
.color-2 {
color: #f8b4ca;
}
.color-3 {
color: #f9c8d4;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #f7a1b4;
--color-2: #f8b4ca;
--color-3: #f9c8d4;
--color-4: #ffb3d1;
--color-5: #ff7092;
}
Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b4, #f8b4ca, #f9c8d4, #ffb3d1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b4, #f8b4ca, #f9c8d4, #ffb3d1, #ff7092);
}
Similar color palettes
Scroll down to explore 500+ Pink color palettes
Pink Delight color palette created on .