Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.dolphin-daze {
color: #5ea1b5;
}
.embellished-blue {
color: #88c5c8;
}
.venetian-yellow {
color: #f8e6a0;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--dolphin-daze:#5ea1b5;
--embellished-blue:#88c5c8;
--venetian-yellow:#f8e6a0;
--shrimp-cocktail:#f4a462;
}