Lyon's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lyon's Embrace palette

Share this palette to:

Lyon's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f8cab4;
}
.color-2 {
color: #f4b09f;
}
.color-3 {
color: #efaf8f;
}
.color-4 {
color: #f6a64c;
}
.color-5 {
color: #d35f4a;
}

/* CSS Variables */
:root {
--color-1: #f8cab4;
--color-2: #f4b09f;
--color-3: #efaf8f;
--color-4: #f6a64c;
--color-5: #d35f4a;
}

Lyon's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cab4, #f4b09f, #efaf8f, #f6a64c, #d35f4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cab4, #f4b09f, #efaf8f, #f6a64c, #d35f4a);
}

Lyon's Embrace color palette created on .