Color names in this palette
CSS code for this palette
/* CSS */
.freesia-purple {
color: #b1afd4;
}
.rosecco {
color: #eab8e4;
}
.sandalwood-beige {
color: #f2d2b1;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--freesia-purple:#b1afd4;
--rosecco:#eab8e4;
--sandalwood-beige:#f2d2b1;
--gemini-mustard-momento:#f9a94e;
--horror-snob:#d64c4c;
}