Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sherbet-fruit {
color: #f8c9b9;
}
.september-sun {
color: #fbd6a2;
}
.first-date {
color: #f4b19f;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sherbet-fruit:#f8c9b9;
--september-sun:#fbd6a2;
--first-date:#f4b19f;
--welcoming-wasp:#f0a800;
}