Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c0;
}
.bubblegum-crisis {
color: #f2cfef;
}
.herb-robert {
color: #d8a3e0;
}
.island-light {
color: #a5c8e9;
}
.bluebottle {
color: #8cd3e8;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c0;
--bubblegum-crisis:#f2cfef;
--herb-robert:#d8a3e0;
--island-light:#a5c8e9;
--bluebottle:#8cd3e8;
}