Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f9b4ce;
}
.venetian-yellow {
color: #f7e3a1;
}
.bay {
color: #b2e0d4;
}
.sweet-dreams {
color: #9fc4e9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f9b4ce;
--venetian-yellow:#f7e3a1;
--bay:#b2e0d4;
--sweet-dreams:#9fc4e9;
--apricot-glazed-chicken:#f5a524;
}