Heavenly Descent Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavenly Descent palette

Share this palette to:

Heavenly Descent color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a83e7f;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #ffca75;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a83e7f;
--color-3: #f7b5a1;
--color-4: #ffca75;
--color-5: #ff6e61;
}

Heavenly Descent background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a83e7f, #f7b5a1, #ffca75, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a83e7f, #f7b5a1, #ffca75, #ff6e61);
}

Heavenly Descent color palette created on .