Color names in this palette
CSS code for this palette
/* CSS */
.blue-green-gem {
color: #7fc7c5;
}
.first-date {
color: #f1b3a2;
}
.golden-raspberry {
color: #f5d67a;
}
.guava {
color: #ff9a2e;
}
.pastel-strawberry {
color: #f04c4c;
}
/* CSS Variables */
:root {
--blue-green-gem:#7fc7c5;
--first-date:#f1b3a2;
--golden-raspberry:#f5d67a;
--guava:#ff9a2e;
--pastel-strawberry:#f04c4c;
}