Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.prosecco {
color: #f9d6a4;
}
.tinker-light {
color: #fceeb6;
}
.spearmints {
color: #b9e4c9;
}
.terrace-pool {
color: #a4d7e0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--prosecco:#f9d6a4;
--tinker-light:#fceeb6;
--spearmints:#b9e4c9;
--terrace-pool:#a4d7e0;
}