Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-tulip {
color: #b29bc0;
}
.light-orchid {
color: #e6a7d3;
}
.poodle-pink {
color: #f1d0e5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bitter-orange {
color: #d27d28;
}
/* CSS Variables */
:root {
--atlantic-tulip:#b29bc0;
--light-orchid:#e6a7d3;
--poodle-pink:#f1d0e5;
--solar-plexus-chakra:#f1c84b;
--bitter-orange:#d27d28;
}