Elizabeth Liones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elizabeth Liones palette

Share this palette to:

Elizabeth Liones color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e6a84c;
}
.color-3 {
color: #d68f5c;
}
.color-4 {
color: #df706d;
}
.color-5 {
color: #c86a9c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e6a84c;
--color-3: #d68f5c;
--color-4: #df706d;
--color-5: #c86a9c;
}

Elizabeth Liones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e6a84c, #d68f5c, #df706d, #c86a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e6a84c, #d68f5c, #df706d, #c86a9c);
}

Elizabeth Liones color palette created on .