Pink Dessert Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dessert palette
Download Pink Dessert Color Palette (PNG)
Pink Dessert color palette CSS
/* CSS */
.color-1 {
color: #f5e2b7;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #e6a3c9;
}
.color-4 {
color: #d6a5e9;
}
.color-5 {
color: #b5a4f9;
}
/* CSS Variables */
:root {
--color-1: #f5e2b7;
--color-2: #f2b2a1;
--color-3: #e6a3c9;
--color-4: #d6a5e9;
--color-5: #b5a4f9;
}
Pink Dessert background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2b7, #f2b2a1, #e6a3c9, #d6a5e9, #b5a4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2b7, #f2b2a1, #e6a3c9, #d6a5e9, #b5a4f9);
}
Similar color palettes
Pink Dessert color palette created on .