Moondrop Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moondrop palette
Moondrop color palette PNG image
Moondrop color palette CSS
/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #5b8b89;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #a9e2e5;
}
.color-5 {
color: #f6f9f1;
}
/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #5b8b89;
--color-3: #4eb7ac;
--color-4: #a9e2e5;
--color-5: #f6f9f1;
}
Moondrop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #5b8b89, #4eb7ac, #a9e2e5, #f6f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #5b8b89, #4eb7ac, #a9e2e5, #f6f9f1);
}
Similar color palettes
Scroll down to explore 1000+ colors.moondrop color palettes
Moondrop color palette created on .