CSS code for this palette
/* CSS */
.blue-hill {
color: #1c404f;
}
.larkspur {
color: #3b7c8c;
}
.shinbashi {
color: #5db8c6;
}
.azure-sky {
color: #b2e7f5;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--blue-hill:#1c404f;
--larkspur:#3b7c8c;
--shinbashi:#5db8c6;
--azure-sky:#b2e7f5;
--floral-leaf:#ffb84d;
}