Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.apricot-yellow {
color: #fbbf83;
}
.peach-patch {
color: #f4d59f;
}
.fish-ceviche {
color: #e2e2d5;
}
.blue-bows {
color: #a5c1d5;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--apricot-yellow:#fbbf83;
--peach-patch:#f4d59f;
--fish-ceviche:#e2e2d5;
--blue-bows:#a5c1d5;
}