Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.larkspur {
color: #3b7a91;
}
.aqueduct {
color: #5db5b6;
}
.bay {
color: #b2e0d4;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--larkspur:#3b7a91;
--aqueduct:#5db5b6;
--bay:#b2e0d4;
--chef-s-hat:#f3f4f6;
}