Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d4;
}
.sweet-apricot {
color: #ffc0a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.butter-cream {
color: #f5b042;
}
.daisy-bush {
color: #5d3f8d;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d4;
--sweet-apricot:#ffc0a3;
--grapefruit-pulp:#ff6e61;
--butter-cream:#f5b042;
--daisy-bush:#5d3f8d;
}