Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.primrose-yellow {
color: #f6d155;
}
.e-honda-beige {
color: #f8d882;
}
.blended-fruit {
color: #f9e1a4;
}
.derby {
color: #fbe4c6;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--primrose-yellow:#f6d155;
--e-honda-beige:#f8d882;
--blended-fruit:#f9e1a4;
--derby:#fbe4c6;
}