Expensive Design Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Expensive Design palette

Share this palette to:

Expensive Design color palette PNG image

Download expensive design color palette PNG image (landscape)
Download expensive design color palette PNG image (square)

Expensive Design color palette CSS

/* CSS */
.color-1 {
color: #c5aac5;
}
.color-2 {
color: #b59c8c;
}
.color-3 {
color: #e6d6b3;
}
.color-4 {
color: #a7c69f;
}
.color-5 {
color: #d0b29a;
}

/* CSS Variables */
:root {
--color-1: #c5aac5;
--color-2: #b59c8c;
--color-3: #e6d6b3;
--color-4: #a7c69f;
--color-5: #d0b29a;
}

Expensive Design background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5aac5, #b59c8c, #e6d6b3, #a7c69f, #d0b29a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5aac5, #b59c8c, #e6d6b3, #a7c69f, #d0b29a);
}

Expensive Design color palette created on .