Color names in this palette
CSS code for this palette
/* CSS */
.lugganath-orange {
color: #f9a38b;
}
.mango-margarita {
color: #f5b74d;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.mellow-yellow {
color: #f5e07f;
}
.basil-smash {
color: #b3e09e;
}
/* CSS Variables */
:root {
--lugganath-orange:#f9a38b;
--mango-margarita:#f5b74d;
--deep-fried-sun-rays:#f5c661;
--mellow-yellow:#f5e07f;
--basil-smash:#b3e09e;
}