Golden Dama Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Dama Dreams palette
tavolozza dei colori Golden Dama Dreams CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e8e8e8;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #b63e3e;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #e8e8e8;
--color-4: #ff6e61;
--color-5: #b63e3e;
}
CSS con gradiente di sfondo Golden Dama Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #e8e8e8, #ff6e61, #b63e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #e8e8e8, #ff6e61, #b63e3e);
}
Tavolozze di colori simili
Golden Dama Dreams color palette created on .