Color names in this palette
CSS code for this palette
/* CSS */
.ballet-blue {
color: #b0c1d8;
}
.vanilla {
color: #f3e4aa;
}
.grapefruit-pulp {
color: #ff6e61;
}
.berry-popsicle {
color: #d5a5d1;
}
.drop-green {
color: #6fbe5b;
}
/* CSS Variables */
:root {
--ballet-blue:#b0c1d8;
--vanilla:#f3e4aa;
--grapefruit-pulp:#ff6e61;
--berry-popsicle:#d5a5d1;
--drop-green:#6fbe5b;
}