Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a34e;
}
.butter-muffin {
color: #f8e0b4;
}
.mr-glass {
color: #c0d2f2;
}
.della-robbia-blue {
color: #7b9bcc;
}
.provocative {
color: #4d4f7a;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a34e;
--butter-muffin:#f8e0b4;
--mr-glass:#c0d2f2;
--della-robbia-blue:#7b9bcc;
--provocative:#4d4f7a;
}