Quince Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Quince Yellow palette
Quince Yellow color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d8a65a;
}
.color-3 {
color: #c88a4c;
}
.color-4 {
color: #a86f3e;
}
.color-5 {
color: #894c29;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d8a65a;
--color-3: #c88a4c;
--color-4: #a86f3e;
--color-5: #894c29;
}
Quince Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d8a65a, #c88a4c, #a86f3e, #894c29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d8a65a, #c88a4c, #a86f3e, #894c29);
}
Similar color palettes
Scroll down to explore 70+ Amber color palettes
Quince Yellow color palette created on .