Filthy Rich Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Filthy Rich palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Filthy Rich

Download filthy rich color palette PNG image (landscape)
Download filthy rich color palette PNG image (square)

tavolozza dei colori Filthy Rich CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #a88c00;
}
.color-3 {
color: #8a6e00;
}
.color-4 {
color: #6b5900;
}
.color-5 {
color: #4d4900;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #a88c00;
--color-3: #8a6e00;
--color-4: #6b5900;
--color-5: #4d4900;
}

CSS con gradiente di sfondo Filthy Rich

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #a88c00, #8a6e00, #6b5900, #4d4900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #a88c00, #8a6e00, #6b5900, #4d4900);
}

Filthy Rich color palette created on .