Color names in this palette
CSS code for this palette
/* CSS */
.porsche {
color: #e0a05c;
}
.soft-straw {
color: #f5d27f;
}
.buttery-croissant {
color: #f7e29c;
}
.tear {
color: #b6d7e2;
}
.cerulean-frost {
color: #6b9cc2;
}
/* CSS Variables */
:root {
--porsche:#e0a05c;
--soft-straw:#f5d27f;
--buttery-croissant:#f7e29c;
--tear:#b6d7e2;
--cerulean-frost:#6b9cc2;
}