Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1b2836;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.blissful-blue {
color: #b1c8d8;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1b2836;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--blissful-blue:#b1c8d8;
--chef-s-hat:#f3f4f6;
}