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: #fab429;
}
.color-2 {
color: #f3a94f;
}
.color-3 {
color: #f1dca2;
}
.color-4 {
color: #f6c9a7;
}
.color-5 {
color: #f26d5f;
}
/* CSS Variables */
:root {
--color-1: #fab429;
--color-2: #f3a94f;
--color-3: #f1dca2;
--color-4: #f6c9a7;
--color-5: #f26d5f;
}
Golden Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab429, #f3a94f, #f1dca2, #f6c9a7, #f26d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab429, #f3a94f, #f1dca2, #f6c9a7, #f26d5f);
}
Similar color palettes
Golden Embrace color palette created on .