Color names in this palette
CSS code for this palette
/* CSS */
.poseidon {
color: #1a3b5b;
}
.blue-catch {
color: #3d7b8a;
}
.oilcloth-green {
color: #7ebe91;
}
.boxwood-yellow {
color: #f0e4a8;
}
.meat {
color: #f37c7c;
}
/* CSS Variables */
:root {
--poseidon:#1a3b5b;
--blue-catch:#3d7b8a;
--oilcloth-green:#7ebe91;
--boxwood-yellow:#f0e4a8;
--meat:#f37c7c;
}