Golden Porsche Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Porsche palette

Condividi questa palette a:

tavolozza dei colori Golden Porsche CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e9ad67;
}
.color-3 {
color: #f5b88e;
}
.color-4 {
color: #d87d3b;
}
.color-5 {
color: #c35928;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e9ad67;
--color-3: #f5b88e;
--color-4: #d87d3b;
--color-5: #c35928;
}

CSS con gradiente di sfondo Golden Porsche

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e9ad67, #f5b88e, #d87d3b, #c35928);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e9ad67, #f5b88e, #d87d3b, #c35928);
}

Golden Porsche color palette created on .