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