April Color Palette
Discover the beautiful April color palette featuring classic rose (#fbd5e2), pearl lusta (#fcecd9), citrine white (#faf1dc), link water (#cfebf2) and tara (#d4f2e0).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with April palette
💻 April color palette CSS
/* CSS */
.color-1 {
color: #fbd5e2;
}
.color-2 {
color: #fcecd9;
}
.color-3 {
color: #faf1dc;
}
.color-4 {
color: #cfebf2;
}
.color-5 {
color: #d4f2e0;
}
/* CSS Variables */
:root {
--color-1: #fbd5e2;
--color-2: #fcecd9;
--color-3: #faf1dc;
--color-4: #cfebf2;
--color-5: #d4f2e0;
}
🌈 April background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd5e2, #fcecd9, #faf1dc, #cfebf2, #d4f2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd5e2, #fcecd9, #faf1dc, #cfebf2, #d4f2e0);
}
🔗 Explore similar color palettes
April color palette created on .