Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #ca402b;
}
.spicy-sweetcorn {
color: #f5a700;
}
.amber-moon {
color: #f0d2a3;
}
.blue-charm {
color: #80c6db;
}
.antilles-blue {
color: #3a5f8d;
}
/* CSS Variables */
:root {
--mr-krabs:#ca402b;
--spicy-sweetcorn:#f5a700;
--amber-moon:#f0d2a3;
--blue-charm:#80c6db;
--antilles-blue:#3a5f8d;
}