Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f3aab4;
}
.mountain-laurel {
color: #f6c6d6;
}
.pork-belly {
color: #f9e1e7;
}
.atoll-sand {
color: #ffd09e;
}
.pieces-of-eight {
color: #ffb13d;
}
/* CSS Variables */
:root {
--pink-blush:#f3aab4;
--mountain-laurel:#f6c6d6;
--pork-belly:#f9e1e7;
--atoll-sand:#ffd09e;
--pieces-of-eight:#ffb13d;
}