Gold and Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Gold and Pink palette
tavolozza dei colori Gold and Pink CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #e8b0c0;
}
.color-5 {
color: #bf4f8d;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c400;
--color-3: #f7e1a1;
--color-4: #e8b0c0;
--color-5: #bf4f8d;
}
CSS con gradiente di sfondo Gold and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c400, #f7e1a1, #e8b0c0, #bf4f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c400, #f7e1a1, #e8b0c0, #bf4f8d);
}
Tavolozze di colori simili
Gold and Pink color palette created on .