Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e2d7;
}
.luna-moona {
color: #72c5c5;
}
.coolbox-ice-turquoise {
color: #4c9e9e;
}
.brain-pink {
color: #f1b1b1;
}
.ballet-skirt {
color: #fec6b4;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e2d7;
--luna-moona:#72c5c5;
--coolbox-ice-turquoise:#4c9e9e;
--brain-pink:#f1b1b1;
--ballet-skirt:#fec6b4;
}