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