Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b1a4;
}
.lighthouse-glow {
color: #f9d36c;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.shanghai-jade {
color: #a4dab9;
}
.salem-blue {
color: #67a8d0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b1a4;
--lighthouse-glow:#f9d36c;
--smooth-as-corn-silk:#f4e3b3;
--shanghai-jade:#a4dab9;
--salem-blue:#67a8d0;
}