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: #f8caa5;
}
.color-2 {
color: #f5b9a3;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #d77b79;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f5b9a3;
--color-3: #f28c8c;
--color-4: #d77b79;
--color-5: #eab8d1;
}
Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f5b9a3, #f28c8c, #d77b79, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f5b9a3, #f28c8c, #d77b79, #eab8d1);
}
Similar color palettes
Scroll down to explore 80+ Soft color palettes
Pink Delight color palette created on .