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: #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);
}

Celestial Tides color palette created on .