Color names in this palette
CSS code for this palette
/* CSS */
.milk-froth {
color: #ffedcc;
}
.sun-drenched {
color: #ffe7a3;
}
.creamy-lemon {
color: #fff2b3;
}
.basil-smash {
color: #b6e2a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--milk-froth:#ffedcc;
--sun-drenched:#ffe7a3;
--creamy-lemon:#fff2b3;
--basil-smash:#b6e2a2;
--grapefruit-pulp:#ff6e61;
}