Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.butterfly-bush {
color: #6a5b8b;
}
.medium-sea-green {
color: #3cb472;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--butterfly-bush:#6a5b8b;
--medium-sea-green:#3cb472;
}