Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1c5073;
}
.adrift {
color: #4b8e9b;
}
.green-balloon {
color: #79c3aa;
}
.march-yellow {
color: #f1d788;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--canoe-blue:#1c5073;
--adrift:#4b8e9b;
--green-balloon:#79c3aa;
--march-yellow:#f1d788;
--warming-heart:#d34d3c;
}