Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.indian-clay {
color: #f2cfc0;
}
.spring-fever {
color: #e6e6c1;
}
.geyser-pool {
color: #a8dce1;
}
.sea-kale {
color: #2f9d9b;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--indian-clay:#f2cfc0;
--spring-fever:#e6e6c1;
--geyser-pool:#a8dce1;
--sea-kale:#2f9d9b;
}