Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.calabrese {
color: #f1a8a2;
}
.troll-slayer-orange {
color: #f39e4f;
}
.yellow-petal {
color: #f1e64b;
}
.last-of-lettuce {
color: #a4d869;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--calabrese:#f1a8a2;
--troll-slayer-orange:#f39e4f;
--yellow-petal:#f1e64b;
--last-of-lettuce:#a4d869;
}