Celestial Tide Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Tide palette
Celestial Tide color palette PNG image
Celestial Tide color palette CSS
/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #c8d5e4;
}
.color-3 {
color: #88b8d7;
}
.color-4 {
color: #4f8cba;
}
.color-5 {
color: #1e4b6c;
}
/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #c8d5e4;
--color-3: #88b8d7;
--color-4: #4f8cba;
--color-5: #1e4b6c;
}
Celestial Tide background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #c8d5e4, #88b8d7, #4f8cba, #1e4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #c8d5e4, #88b8d7, #4f8cba, #1e4b6c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Tide color palette created on .