Celestial Gateway Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Gateway palette
Celestial Gateway color palette CSS
/* CSS */
.color-1 {
color: #0b4f8e;
}
.color-2 {
color: #1f8b9e;
}
.color-3 {
color: #1fc2d1;
}
.color-4 {
color: #7fd5d7;
}
.color-5 {
color: #c3e7e9;
}
/* CSS Variables */
:root {
--color-1: #0b4f8e;
--color-2: #1f8b9e;
--color-3: #1fc2d1;
--color-4: #7fd5d7;
--color-5: #c3e7e9;
}
Celestial Gateway background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b4f8e, #1f8b9e, #1fc2d1, #7fd5d7, #c3e7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b4f8e, #1f8b9e, #1fc2d1, #7fd5d7, #c3e7e9);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Celestial Gateway color palette created on .