Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.amber-glow {
color: #f79a36;
}
.sunny-mood {
color: #f5c84d;
}
.green-lacewing {
color: #8ad06d;
}
.blue-jeans {
color: #5bb1e6;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--amber-glow:#f79a36;
--sunny-mood:#f5c84d;
--green-lacewing:#8ad06d;
--blue-jeans:#5bb1e6;
}