Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.rapunzel {
color: #f5da7f;
}
.sun-dust {
color: #f5e0a3;
}
.peach-temptation {
color: #f3c2b4;
}
.salmon-pok-bowl {
color: #f27878;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--rapunzel:#f5da7f;
--sun-dust:#f5e0a3;
--peach-temptation:#f3c2b4;
--salmon-pok-bowl:#f27878;
}