Loading...
Pastel Pink Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink Delight palette
Download Pastel Pink Delight Color Palette (PNG)
Pastel Pink Delight color palette CSS
/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff99bd;
}
.color-4 {
color: #ff80a4;
}
.color-5 {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3d1;
--color-3: #ff99bd;
--color-4: #ff80a4;
--color-5: #ff5c8d;
}
Pastel Pink Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3d1, #ff99bd, #ff80a4, #ff5c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3d1, #ff99bd, #ff80a4, #ff5c8d);
}
Similar color palettes
Pastel Pink Delight color palette created on .