Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f7e39c;
}
.american-yellow {
color: #f5b400;
}
.field-poppy {
color: #d46f40;
}
.vivid-viola {
color: #a83e83;
}
.cerulean-frost {
color: #6f9cc8;
}
/* CSS Variables */
:root {
--buttery-croissant:#f7e39c;
--american-yellow:#f5b400;
--field-poppy:#d46f40;
--vivid-viola:#a83e83;
--cerulean-frost:#6f9cc8;
}