Cute Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Pink palette
Cute Pink color palette CSS
/* CSS */
.color-1 {
color: #f9c0be;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f4a780;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f4e680;
}
/* CSS Variables */
:root {
--color-1: #f9c0be;
--color-2: #f7b8a1;
--color-3: #f4a780;
--color-4: #f1c84b;
--color-5: #f4e680;
}
Cute Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c0be, #f7b8a1, #f4a780, #f1c84b, #f4e680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c0be, #f7b8a1, #f4a780, #f1c84b, #f4e680);
}
Similar color palettes
Cute Pink color palette created on .