Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4c9ac8;
}
.calabrese {
color: #f1a8a2;
}
.salmon-eggs {
color: #f4d35d;
}
.peabody {
color: #3c6f72;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4c9ac8;
--calabrese:#f1a8a2;
--salmon-eggs:#f4d35d;
--peabody:#3c6f72;
--breeze-of-chilli:#f76e6e;
}