Color names in this palette
CSS code for this palette
/* CSS */
.butter-tart {
color: #fce8a1;
}
.e-honda-beige {
color: #f9d780;
}
.marigold-dust {
color: #f6cf41;
}
.squash-blossom {
color: #f9b134;
}
.iceland-poppy {
color: #f27b26;
}
/* CSS Variables */
:root {
--butter-tart:#fce8a1;
--e-honda-beige:#f9d780;
--marigold-dust:#f6cf41;
--squash-blossom:#f9b134;
--iceland-poppy:#f27b26;
}