Celestial Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Tides palette
Celestial Tides color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3c6b8b;
}
.color-3 {
color: #5db3c6;
}
.color-4 {
color: #8cd2f2;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3c6b8b;
--color-3: #5db3c6;
--color-4: #8cd2f2;
--color-5: #f0a800;
}
Celestial Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3c6b8b, #5db3c6, #8cd2f2, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3c6b8b, #5db3c6, #8cd2f2, #f0a800);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Tides color palette created on .