Cute Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Pink palette
Cute Pink color palette PNG image
Cute Pink color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #6a82fb;
}
.color-5 {
color: #f7aff8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #6a82fb;
--color-5: #f7aff8;
}
Cute Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #88d8b0, #6a82fb, #f7aff8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #88d8b0, #6a82fb, #f7aff8);
}
Similar color palettes
Cute Pink color palette created on .