Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6aa0;
}
.blue-grotto {
color: #4ea2c6;
}
.terrace-pool {
color: #a3d7e0;
}
.boxwood-yellow {
color: #f0e4a8;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6aa0;
--blue-grotto:#4ea2c6;
--terrace-pool:#a3d7e0;
--boxwood-yellow:#f0e4a8;
--shrimp-cocktail:#f4a462;
}