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