Golden Embrace Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Embrace palette
tavolozza dei colori Golden Embrace 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;
}
CSS con gradiente di sfondo Golden Embrace
/* 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);
}
Tavolozze di colori simili
Golden Embrace color palette created on .