Celestial Threads Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Threads palette

Share this palette to:

Celestial Threads color palette CSS

/* CSS */
.color-1 {
color: #b8d2ea;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #8cb8d4;
}
.color-4 {
color: #5ca3c7;
}
.color-5 {
color: #3e8ebb;
}

/* CSS Variables */
:root {
--color-1: #b8d2ea;
--color-2: #a3c7e0;
--color-3: #8cb8d4;
--color-4: #5ca3c7;
--color-5: #3e8ebb;
}

Celestial Threads background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d2ea, #a3c7e0, #8cb8d4, #5ca3c7, #3e8ebb);
}

Celestial Threads color palette created on .