April Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with April palette
April color palette PNG image
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);
}
Similar color palettes
April color palette created on .