Decay Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Decay Yellow palette
Decay Yellow color palette CSS
/* CSS */
.color-1 {
color: #6d4a3c;
}
.color-2 {
color: #b8663d;
}
.color-3 {
color: #f1a65b;
}
.color-4 {
color: #f8c659;
}
.color-5 {
color: #e6b84c;
}
/* CSS Variables */
:root {
--color-1: #6d4a3c;
--color-2: #b8663d;
--color-3: #f1a65b;
--color-4: #f8c659;
--color-5: #e6b84c;
}
Decay Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4a3c, #b8663d, #f1a65b, #f8c659, #e6b84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4a3c, #b8663d, #f1a65b, #f8c659, #e6b84c);
}
Similar color palettes
Decay Yellow color palette created on .