Celestial Tempest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Tempest palette

Share this palette to:

Celestial Tempest color palette CSS

/* CSS */
.color-1 {
color: #5c607f;
}
.color-2 {
color: #8879af;
}
.color-3 {
color: #a5a8d5;
}
.color-4 {
color: #d5c0f2;
}
.color-5 {
color: #f0a3e2;
}

/* CSS Variables */
:root {
--color-1: #5c607f;
--color-2: #8879af;
--color-3: #a5a8d5;
--color-4: #d5c0f2;
--color-5: #f0a3e2;
}

Celestial Tempest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c607f, #8879af, #a5a8d5, #d5c0f2, #f0a3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c607f, #8879af, #a5a8d5, #d5c0f2, #f0a3e2);
}

Similar color palettes

Scroll down to explore 1 Aesthetic color palette

Celestial Tempest color palette created on .