Sun&Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sun&Moon palette
Sun&Moon color palette PNG image
Sun&Moon color palette CSS
/* CSS */
.color-1 {
color: #f9e19f;
}
.color-2 {
color: #f6b7a7;
}
.color-3 {
color: #e88c9e;
}
.color-4 {
color: #d86f92;
}
.color-5 {
color: #a76c9a;
}
/* CSS Variables */
:root {
--color-1: #f9e19f;
--color-2: #f6b7a7;
--color-3: #e88c9e;
--color-4: #d86f92;
--color-5: #a76c9a;
}
Sun&Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e19f, #f6b7a7, #e88c9e, #d86f92, #a76c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e19f, #f6b7a7, #e88c9e, #d86f92, #a76c9a);
}
Similar color palettes
Scroll down to explore 9 Sun color palettes
Sun&Moon color palette created on .