Color names in this palette
CSS code for this palette
/* CSS */
.bath-salt-green {
color: #b8e0d7;
}
.mary-s-rose {
color: #f6d0d3;
}
.soft-cashmere {
color: #f1b1d5;
}
.pismo-dunes {
color: #f5d8a3;
}
.rose-reminder {
color: #f4c3c8;
}
/* CSS Variables */
:root {
--bath-salt-green:#b8e0d7;
--mary-s-rose:#f6d0d3;
--soft-cashmere:#f1b1d5;
--pismo-dunes:#f5d8a3;
--rose-reminder:#f4c3c8;
}