Color names in this palette
CSS code for this palette
/* CSS */
.pink-carnation {
color: #ef7b9e;
}
.maximum-yellow-red {
color: #f1b74b;
}
.pottery-blue {
color: #4fa7c4;
}
.lake-green {
color: #2e8a56;
}
.firecracker {
color: #f25f3a;
}
/* CSS Variables */
:root {
--pink-carnation:#ef7b9e;
--maximum-yellow-red:#f1b74b;
--pottery-blue:#4fa7c4;
--lake-green:#2e8a56;
--firecracker:#f25f3a;
}