Golden Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Embrace palette
Golden Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #d8efae;
}
.color-4 {
color: #a4e0b8;
}
.color-5 {
color: #3e8e7e;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6d12c;
--color-3: #d8efae;
--color-4: #a4e0b8;
--color-5: #3e8e7e;
}
Golden Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6d12c, #d8efae, #a4e0b8, #3e8e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6d12c, #d8efae, #a4e0b8, #3e8e7e);
}
Similar color palettes
Golden Embrace color palette created on .