Color names in this palette
CSS code for this palette
/* CSS */
.fish-net-blue {
color: #1b3c6f;
}
.star-sapphire {
color: #3b6aa0;
}
.broom-butterfly-blue {
color: #6cb4d5;
}
.spinnaker {
color: #a3dfe0;
}
.rustique {
color: #f7bfb6;
}
/* CSS Variables */
:root {
--fish-net-blue:#1b3c6f;
--star-sapphire:#3b6aa0;
--broom-butterfly-blue:#6cb4d5;
--spinnaker:#a3dfe0;
--rustique:#f7bfb6;
}