Celestial Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Tides palette

Share this palette to:

Celestial Tides color palette CSS

/* CSS */
.color-1 {
color: #2a4b8d;
}
.color-2 {
color: #5b90ae;
}
.color-3 {
color: #8cb8d4;
}
.color-4 {
color: #b7e3f5;
}
.color-5 {
color: #f3fafc;
}

/* CSS Variables */
:root {
--color-1: #2a4b8d;
--color-2: #5b90ae;
--color-3: #8cb8d4;
--color-4: #b7e3f5;
--color-5: #f3fafc;
}

Celestial Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4b8d, #5b90ae, #8cb8d4, #b7e3f5, #f3fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4b8d, #5b90ae, #8cb8d4, #b7e3f5, #f3fafc);
}

Celestial Tides color palette created on .