Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d93f6b;
}
.fallen-blossoms {
color: #f0b2c2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.burning-coals {
color: #f69c6f;
}
.imagination {
color: #e1e0f0;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d93f6b;
--fallen-blossoms:#f0b2c2;
--apricot-glazed-chicken:#f5a524;
--burning-coals:#f69c6f;
--imagination:#e1e0f0;
}