Color names in this palette
CSS code for this palette
/* CSS */
.haddock-s-sweater {
color: #1e7bb8;
}
.brig {
color: #4fa3c4;
}
.valonia {
color: #7dc8d4;
}
.bay {
color: #b3e0d3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--haddock-s-sweater:#1e7bb8;
--brig:#4fa3c4;
--valonia:#7dc8d4;
--bay:#b3e0d3;
--creamy-sweet-corn:#f9c54e;
}