Indigo Moon Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Indigo Moon Sky palette
Indigo Moon Sky color palette CSS
/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #4eb7ac;
}
.color-3 {
color: #80deea;
}
.color-4 {
color: #e2bfe8;
}
.color-5 {
color: #bb69c9;
}
/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #4eb7ac;
--color-3: #80deea;
--color-4: #e2bfe8;
--color-5: #bb69c9;
}
Indigo Moon Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #4eb7ac, #80deea, #e2bfe8, #bb69c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #4eb7ac, #80deea, #e2bfe8, #bb69c9);
}
Similar color palettes
Scroll down to explore 8 Aesthetic color palettes
Indigo Moon Sky color palette created on .