Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.salmon-beauty {
color: #f9c7b4;
}
.vanilla-custard {
color: #f3e0bf;
}
.lacewing {
color: #d9e4c8;
}
.bath-salt-green {
color: #b8e0d8;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--salmon-beauty:#f9c7b4;
--vanilla-custard:#f3e0bf;
--lacewing:#d9e4c8;
--bath-salt-green:#b8e0d8;
}