Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.sherbet-fruit {
color: #f9c7b9;
}
.song-of-summer {
color: #fce8b6;
}
.old-yella {
color: #ffec99;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--sherbet-fruit:#f9c7b9;
--song-of-summer:#fce8b6;
--old-yella:#ffec99;
--apricot-glazed-chicken:#f5a524;
}