Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.plastic-carrot {
color: #f75b26;
}
.phoenix-flames {
color: #f69f1e;
}
.poppy-red {
color: #e63746;
}
.blue-click {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--plastic-carrot:#f75b26;
--phoenix-flames:#f69f1e;
--poppy-red:#e63746;
--blue-click:#a9d9ea;
}