Filthy Rich Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Filthy Rich palette
Filthy Rich color palette PNG image
Filthy Rich color palette 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;
}
Filthy Rich background gradient CSS
/* 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);
}
Similar color palettes
Filthy Rich color palette created on .