Color names in this palette
CSS code for this palette
/* CSS */
.gossamer-veil {
color: #d4cec4;
}
.gypsum-rose {
color: #e2c5b1;
}
.starfish {
color: #e6bea3;
}
.apricot-jam {
color: #f2a76e;
}
.apricot-buff {
color: #d07d4e;
}
/* CSS Variables */
:root {
--gossamer-veil:#d4cec4;
--gypsum-rose:#e2c5b1;
--starfish:#e6bea3;
--apricot-jam:#f2a76e;
--apricot-buff:#d07d4e;
}