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: #b0c4e8;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #6a9cd2;
}
.color-4 {
color: #4c8dd6;
}
.color-5 {
color: #2e6ca3;
}
/* CSS Variables */
:root {
--color-1: #b0c4e8;
--color-2: #a4c2db;
--color-3: #6a9cd2;
--color-4: #4c8dd6;
--color-5: #2e6ca3;
}
Celestial Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4e8, #a4c2db, #6a9cd2, #4c8dd6, #2e6ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4e8, #a4c2db, #6a9cd2, #4c8dd6, #2e6ca3);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Tides color palette created on .