Feral Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Feral Elegance palette

Share this palette to:

Feral Elegance color palette CSS

/* CSS */
.color-1 {
color: #b98d96;
}
.color-2 {
color: #8e7b8e;
}
.color-3 {
color: #6b5e73;
}
.color-4 {
color: #4e3a59;
}
.color-5 {
color: #2e1f32;
}

/* CSS Variables */
:root {
--color-1: #b98d96;
--color-2: #8e7b8e;
--color-3: #6b5e73;
--color-4: #4e3a59;
--color-5: #2e1f32;
}

Feral Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b98d96, #8e7b8e, #6b5e73, #4e3a59, #2e1f32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b98d96, #8e7b8e, #6b5e73, #4e3a59, #2e1f32);
}

Feral Elegance color palette created on .