Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.arts-crafts-gold {
color: #f9c78b;
}
.french-vanilla {
color: #f1e2a7;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.cerulean-frost {
color: #6f9ac3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--arts-crafts-gold:#f9c78b;
--french-vanilla:#f1e2a7;
--touch-of-turquoise:#a2d7d0;
--cerulean-frost:#6f9ac3;
}