Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1cf;
}
.custard-powder {
color: #f9daa9;
}
.smooth-satin {
color: #a4d6d4;
}
.island-light {
color: #a6c6ed;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1cf;
--custard-powder:#f9daa9;
--smooth-satin:#a4d6d4;
--island-light:#a6c6ed;
--rosecco:#eab8e4;
}