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: #2b7a97;
}
.color-2 {
color: #5eb9d4;
}
.color-3 {
color: #a1e2e3;
}
.color-4 {
color: #f5d899;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #2b7a97;
--color-2: #5eb9d4;
--color-3: #a1e2e3;
--color-4: #f5d899;
--color-5: #f0a800;
}
Celestial Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b7a97, #5eb9d4, #a1e2e3, #f5d899, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b7a97, #5eb9d4, #a1e2e3, #f5d899, #f0a800);
}
Similar color palettes
Celestial Tides color palette created on .