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: #ff7092;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #ff5c8a;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb3b3;
--color-3: #ff9c8f;
--color-4: #ff5c8a;
--color-5: #ff3d5a;
}
Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb3b3, #ff9c8f, #ff5c8a, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb3b3, #ff9c8f, #ff5c8a, #ff3d5a);
}
Similar color palettes
Pink Delight color palette created on .