Color names in this palette
CSS code for this palette
/* CSS */
.red-obsession {
color: #b23b2e;
}
.goku-orange {
color: #f17e3b;
}
.freesia {
color: #f1c227;
}
.last-of-lettuce {
color: #a9d96d;
}
.boat-house {
color: #4a8dba;
}
/* CSS Variables */
:root {
--red-obsession:#b23b2e;
--goku-orange:#f17e3b;
--freesia:#f1c227;
--last-of-lettuce:#a9d96d;
--boat-house:#4a8dba;
}