Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.first-date {
color: #f5b5a3;
}
.pink-fit {
color: #f4a4b4;
}
.lighthouse-glow {
color: #f9d36c;
}
.rajah {
color: #f9a65d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--first-date:#f5b5a3;
--pink-fit:#f4a4b4;
--lighthouse-glow:#f9d36c;
--rajah:#f9a65d;
}