Pale Luna Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Luna palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pale Luna Color Palette (PNG)
Pale Luna color palette CSS
/* CSS */
.color-1 {
color: #f8f5e7;
}
.color-2 {
color: #e8f0f2;
}
.color-3 {
color: #e2ebf3;
}
.color-4 {
color: #ffe5eb;
}
.color-5 {
color: #ffcac2;
}
/* CSS Variables */
:root {
--color-1: #f8f5e7;
--color-2: #e8f0f2;
--color-3: #e2ebf3;
--color-4: #ffe5eb;
--color-5: #ffcac2;
}
Pale Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f5e7, #e8f0f2, #e2ebf3, #ffe5eb, #ffcac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f5e7, #e8f0f2, #e2ebf3, #ffe5eb, #ffcac2);
}
Similar color palettes
Pale Luna color palette created on .