Pink April Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink April palette
Pink April color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #ffda75;
}
.color-5 {
color: #b1def7;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ffad42;
--color-4: #ffda75;
--color-5: #b1def7;
}
Pink April background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ffad42, #ffda75, #b1def7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ffad42, #ffda75, #b1def7);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink April color palette created on .