Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d4;
}
.sugar-cookie {
color: #f4e3a4;
}
.crystal-glass-green {
color: #b2e0c9;
}
.adrift-on-the-nile {
color: #94b2e5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d4;
--sugar-cookie:#f4e3a4;
--crystal-glass-green:#b2e0c9;
--adrift-on-the-nile:#94b2e5;
--apricot-glazed-chicken:#f5a524;
}