Ethereal Decay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Decay palette

Share this palette to:

Ethereal Decay color palette CSS

/* CSS */
.color-1 {
color: #7a2a2e;
}
.color-2 {
color: #b67c7d;
}
.color-3 {
color: #e3b759;
}
.color-4 {
color: #d9c0a1;
}
.color-5 {
color: #4c8b90;
}

/* CSS Variables */
:root {
--color-1: #7a2a2e;
--color-2: #b67c7d;
--color-3: #e3b759;
--color-4: #d9c0a1;
--color-5: #4c8b90;
}

Ethereal Decay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a2e, #b67c7d, #e3b759, #d9c0a1, #4c8b90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a2e, #b67c7d, #e3b759, #d9c0a1, #4c8b90);
}

Ethereal Decay color palette created on .