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: #eac8cd;
}
.color-2 {
color: #c7c9cc;
}
.color-3 {
color: #4d5b6a;
}
.color-4 {
color: #b78c6c;
}
.color-5 {
color: #1b1b1d;
}
/* CSS Variables */
:root {
--color-1: #eac8cd;
--color-2: #c7c9cc;
--color-3: #4d5b6a;
--color-4: #b78c6c;
--color-5: #1b1b1d;
}
Celestial Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac8cd, #c7c9cc, #4d5b6a, #b78c6c, #1b1b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac8cd, #c7c9cc, #4d5b6a, #b78c6c, #1b1b1d);
}
Similar color palettes
Celestial Garden color palette created on .