Moon Fall Pastel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moon Fall Pastel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moon Fall Pastel Color Palette (PNG)
Moon Fall Pastel color palette CSS
/* CSS */
.color-1 {
color: #efe0d2;
}
.color-2 {
color: #c2aed5;
}
.color-3 {
color: #aac8e9;
}
.color-4 {
color: #7d9b9b;
}
.color-5 {
color: #f6d0d0;
}
/* CSS Variables */
:root {
--color-1: #efe0d2;
--color-2: #c2aed5;
--color-3: #aac8e9;
--color-4: #7d9b9b;
--color-5: #f6d0d0;
}
Moon Fall Pastel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe0d2, #c2aed5, #aac8e9, #7d9b9b, #f6d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe0d2, #c2aed5, #aac8e9, #7d9b9b, #f6d0d0);
}
Similar color palettes
Scroll down to explore 7 Pastel color palettes
Moon Fall Pastel color palette created on .