Color names in this palette
CSS code for this palette
/* CSS */
.matrix {
color: #8e4a48;
}
.heirloom {
color: #b67a72;
}
.cottage-rose {
color: #d9ab9b;
}
.everblooming {
color: #f2c9b5;
}
.scalloped-potato {
color: #fce1cf;
}
/* CSS Variables */
:root {
--matrix:#8e4a48;
--heirloom:#b67a72;
--cottage-rose:#d9ab9b;
--everblooming:#f2c9b5;
--scalloped-potato:#fce1cf;
}