Celestial Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Garden palette
Celestial Garden color palette CSS
/* CSS */
.color-1 {
color: #385575;
}
.color-2 {
color: #2e2e2e;
}
.color-3 {
color: #a44132;
}
.color-4 {
color: #d1c7b7;
}
.color-5 {
color: #4b5d4d;
}
/* CSS Variables */
:root {
--color-1: #385575;
--color-2: #2e2e2e;
--color-3: #a44132;
--color-4: #d1c7b7;
--color-5: #4b5d4d;
}
Celestial Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #385575, #2e2e2e, #a44132, #d1c7b7, #4b5d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #385575, #2e2e2e, #a44132, #d1c7b7, #4b5d4d);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Celestial Garden color palette created on .