Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.star-sapphire {
color: #3b6b9b;
}
.pacific-harbour {
color: #79b8d7;
}
.blizzard-blue {
color: #a1e1f2;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--star-sapphire:#3b6b9b;
--pacific-harbour:#79b8d7;
--blizzard-blue:#a1e1f2;
--squash-blossom:#f6b83c;
}