Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sandalwood-beige {
color: #f3d1af;
}
.springtime {
color: #e8e6b0;
}
.fizz {
color: #b3daaa;
}
.valonia {
color: #7dc8d4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sandalwood-beige:#f3d1af;
--springtime:#e8e6b0;
--fizz:#b3daaa;
--valonia:#7dc8d4;
}