Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1f3a89;
}
.star-sapphire {
color: #3a699c;
}
.water-music {
color: #6cb0c1;
}
.frosty-soft-blue {
color: #b2e0dd;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--navy-seal:#1f3a89;
--star-sapphire:#3a699c;
--water-music:#6cb0c1;
--frosty-soft-blue:#b2e0dd;
--shrimp-cocktail:#f4a462;
}