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