Ethereal Fortress Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Fortress palette

Share this palette to:

Ethereal Fortress color palette CSS

/* CSS */
.color-1 {
color: #3c2b50;
}
.color-2 {
color: #5c4e74;
}
.color-3 {
color: #8a799a;
}
.color-4 {
color: #b8a8c7;
}
.color-5 {
color: #f1dfe7;
}

/* CSS Variables */
:root {
--color-1: #3c2b50;
--color-2: #5c4e74;
--color-3: #8a799a;
--color-4: #b8a8c7;
--color-5: #f1dfe7;
}

Ethereal Fortress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b50, #5c4e74, #8a799a, #b8a8c7, #f1dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b50, #5c4e74, #8a799a, #b8a8c7, #f1dfe7);
}

Ethereal Fortress color palette created on .