Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f4c3c7;
}
.fresh-yellow {
color: #f9e190;
}
.grape-green {
color: #a7df9f;
}
.xavier-blue {
color: #6cb2e4;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--rose-reminder:#f4c3c7;
--fresh-yellow:#f9e190;
--grape-green:#a7df9f;
--xavier-blue:#6cb2e4;
--consumed-by-fire:#f47f1f;
}