Color names in this palette
CSS code for this palette
/* CSS */
.crushed-cashew {
color: #ffebd6;
}
.white {
color: #ffffff;
}
.pink-theory {
color: #ffe5e5;
}
.deeply-embarrassed {
color: #f0b2b2;
}
.marshmallow-magic {
color: #f0d1d1;
}
/* CSS Variables */
:root {
--crushed-cashew:#ffebd6;
--white:#ffffff;
--pink-theory:#ffe5e5;
--deeply-embarrassed:#f0b2b2;
--marshmallow-magic:#f0d1d1;
}