Color names in this palette
CSS code for this palette
/* CSS */
.cotton-boll {
color: #e4f1fb;
}
.terrace-pool {
color: #a3d8e0;
}
.tender-turquoise {
color: #80d6c7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.peach-butter {
color: #fbab3c;
}
/* CSS Variables */
:root {
--cotton-boll:#e4f1fb;
--terrace-pool:#a3d8e0;
--tender-turquoise:#80d6c7;
--solar-plexus-chakra:#f1c84b;
--peach-butter:#fbab3c;
}