Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.dreamsicle {
color: #f6d6c1;
}
.y-sh-b-i-white {
color: #bfe3e0;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.aquarelle {
color: #5fabb4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--dreamsicle:#f6d6c1;
--y-sh-b-i-white:#bfe3e0;
--ice-crystal-blue:#a5e3e0;
--aquarelle:#5fabb4;
}