Rotten Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rotten Moon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rotten Moon Color Palette (PNG)
Rotten Moon color palette CSS
/* CSS */
.color-1 {
color: #5b5d56;
}
.color-2 {
color: #9b9c54;
}
.color-3 {
color: #d0c36c;
}
.color-4 {
color: #f1d7a7;
}
.color-5 {
color: #f4b4a4;
}
/* CSS Variables */
:root {
--color-1: #5b5d56;
--color-2: #9b9c54;
--color-3: #d0c36c;
--color-4: #f1d7a7;
--color-5: #f4b4a4;
}
Rotten Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5d56, #9b9c54, #d0c36c, #f1d7a7, #f4b4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5d56, #9b9c54, #d0c36c, #f1d7a7, #f4b4a4);
}
Similar color palettes
Rotten Moon color palette created on .