Color names in this palette
CSS code for this palette
/* CSS */
.sandalwood-beige {
color: #f3d1af;
}
.ginger-milk {
color: #f9a858;
}
.persimmon-orange {
color: #f57729;
}
.puffins-bill {
color: #e95c1c;
}
.red-panda {
color: #c94d1d;
}
/* CSS Variables */
:root {
--sandalwood-beige:#f3d1af;
--ginger-milk:#f9a858;
--persimmon-orange:#f57729;
--puffins-bill:#e95c1c;
--red-panda:#c94d1d;
}