Color names in this palette
CSS code for this palette
/* CSS */
.lugganath-orange {
color: #f6a988;
}
.shrimp-toast {
color: #f9c59f;
}
.beach-towel {
color: #fbe2b1;
}
.lazy-daisy {
color: #f8e9a0;
}
.greenette {
color: #d5edc4;
}
/* CSS Variables */
:root {
--lugganath-orange:#f6a988;
--shrimp-toast:#f9c59f;
--beach-towel:#fbe2b1;
--lazy-daisy:#f8e9a0;
--greenette:#d5edc4;
}