Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.hanami-pink {
color: #f6b1e0;
}
.blue-rice {
color: #b6d8f7;
}
.green-trance {
color: #a4daa6;
}
.yellow-petal {
color: #f0e84c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--hanami-pink:#f6b1e0;
--blue-rice:#b6d8f7;
--green-trance:#a4daa6;
--yellow-petal:#f0e84c;
}