Golden Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Embrace palette

Share this palette to:

Golden Embrace color palette CSS

/* CSS */
.color-1 {
color: #e2b650;
}
.color-2 {
color: #f1ab5f;
}
.color-3 {
color: #f4d87b;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f4a39f;
}

/* CSS Variables */
:root {
--color-1: #e2b650;
--color-2: #f1ab5f;
--color-3: #f4d87b;
--color-4: #f6c5a2;
--color-5: #f4a39f;
}

Golden Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b650, #f1ab5f, #f4d87b, #f6c5a2, #f4a39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b650, #f1ab5f, #f4d87b, #f6c5a2, #f4a39f);
}

Golden Embrace color palette created on .