Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.calabrese {
color: #f5a8a8;
}
.pretty-petunia {
color: #d7b3df;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--calabrese:#f5a8a8;
--pretty-petunia:#d7b3df;
--island-light:#a6c6ed;
}