Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1e9bbe;
}
.clean-pool {
color: #4ccae1;
}
.photon-barrier {
color: #8ce3f2;
}
.squash-blossom {
color: #f6b53c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--butterfly-blue:#1e9bbe;
--clean-pool:#4ccae1;
--photon-barrier:#8ce3f2;
--squash-blossom:#f6b53c;
--grapefruit-pulp:#ff6e61;
}