Color names in this palette
CSS code for this palette
/* CSS */
.droplet {
color: #a8e2ff;
}
.clean-pool {
color: #50c3e2;
}
.sweet-apricot {
color: #ffc2a8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pretty-petunia {
color: #d4b5e8;
}
/* CSS Variables */
:root {
--droplet:#a8e2ff;
--clean-pool:#50c3e2;
--sweet-apricot:#ffc2a8;
--grapefruit-pulp:#ff6e61;
--pretty-petunia:#d4b5e8;
}