Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.buttery-salmon {
color: #ffb19e;
}
.dainty-peach {
color: #ffcdb8;
}
.minified-ballerina-blue {
color: #d3dfe9;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--buttery-salmon:#ffb19e;
--dainty-peach:#ffcdb8;
--minified-ballerina-blue:#d3dfe9;
--island-light:#a6c6ed;
}