Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #c84b1e;
}
.orange-pospsicle {
color: #f2a60d;
}
.salmon-eggs {
color: #f4d35d;
}
.frozen-blue {
color: #a6c4d9;
}
.brig {
color: #4b9ebe;
}
/* CSS Variables */
:root {
--red-panda:#c84b1e;
--orange-pospsicle:#f2a60d;
--salmon-eggs:#f4d35d;
--frozen-blue:#a6c4d9;
--brig:#4b9ebe;
}