Color names in this palette
CSS code for this palette
/* CSS */
.blue-shoal {
color: #698c91;
}
.mr-glass {
color: #c1d1f6;
}
.salmon-eggs {
color: #f4d35d;
}
.spicy-paella {
color: #f28e36;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--blue-shoal:#698c91;
--mr-glass:#c1d1f6;
--salmon-eggs:#f4d35d;
--spicy-paella:#f28e36;
--flint-corn-red:#d6613d;
}