Moonstar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moonstar palette
Download Moonstar Color Palette (PNG)
Moonstar color palette CSS
/* CSS */
.color-1 {
color: #a6c7e7;
}
.color-2 {
color: #4a8ca1;
}
.color-3 {
color: #3d6c7b;
}
.color-4 {
color: #2b4950;
}
.color-5 {
color: #1d292f;
}
/* CSS Variables */
:root {
--color-1: #a6c7e7;
--color-2: #4a8ca1;
--color-3: #3d6c7b;
--color-4: #2b4950;
--color-5: #1d292f;
}
Moonstar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c7e7, #4a8ca1, #3d6c7b, #2b4950, #1d292f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c7e7, #4a8ca1, #3d6c7b, #2b4950, #1d292f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Moonstar color palette created on .