Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1c5073;
}
.atlantic-gull {
color: #4b8db4;
}
.regale-blue {
color: #7ab8d6;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.trump-tan {
color: #f8a76d;
}
/* CSS Variables */
:root {
--canoe-blue:#1c5073;
--atlantic-gull:#4b8db4;
--regale-blue:#7ab8d6;
--bad-moon-yellow:#f2e6b5;
--trump-tan:#f8a76d;
}