Celestial Tide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Tide palette

Share this palette to:

Celestial Tide color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #4b8cbe;
}
.color-4 {
color: #3a6e9c;
}
.color-5 {
color: #2f4b75;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #6d9dc5;
--color-3: #4b8cbe;
--color-4: #3a6e9c;
--color-5: #2f4b75;
}

Celestial Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #6d9dc5, #4b8cbe, #3a6e9c, #2f4b75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #6d9dc5, #4b8cbe, #3a6e9c, #2f4b75);
}

Celestial Tide color palette created on .