Elephant's Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elephant's Elegance palette

Share this palette to:

Elephant's Elegance color palette CSS

/* CSS */
.color-1 {
color: #b0b0b0;
}
.color-2 {
color: #c4c3c6;
}
.color-3 {
color: #e7e6ea;
}
.color-4 {
color: #f7e6d4;
}
.color-5 {
color: #e2b8a1;
}

/* CSS Variables */
:root {
--color-1: #b0b0b0;
--color-2: #c4c3c6;
--color-3: #e7e6ea;
--color-4: #f7e6d4;
--color-5: #e2b8a1;
}

Elephant's Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b0b0, #c4c3c6, #e7e6ea, #f7e6d4, #e2b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b0b0, #c4c3c6, #e7e6ea, #f7e6d4, #e2b8a1);
}

Elephant's Elegance color palette created on .