Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab2e0;
}
.aster-flower-blue {
color: #9aadd6;
}
.florida-turquoise {
color: #6cb7b5;
}
.sundown {
color: #f6c99d;
}
.candied-yams {
color: #f6a665;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab2e0;
--aster-flower-blue:#9aadd6;
--florida-turquoise:#6cb7b5;
--sundown:#f6c99d;
--candied-yams:#f6a665;
}