Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5e9b9c;
}
.folk-tales {
color: #a5c5b5;
}
.pineapple-cream {
color: #f2e8c4;
}
.lugganath-orange {
color: #f6a288;
}
.lively-coral {
color: #e97c7e;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5e9b9c;
--folk-tales:#a5c5b5;
--pineapple-cream:#f2e8c4;
--lugganath-orange:#f6a288;
--lively-coral:#e97c7e;
}