Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.yellow-tulip {
color: #f4d171;
}
.light-sky-babe {
color: #9fd2df;
}
.dexter {
color: #69b2b5;
}
.fun-and-games {
color: #2f7e9d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--yellow-tulip:#f4d171;
--light-sky-babe:#9fd2df;
--dexter:#69b2b5;
--fun-and-games:#2f7e9d;
}