Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.shrimp-cocktail {
color: #f4a462;
}
.christmas-blue {
color: #2f8bc1;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--grapefruit-pulp:#ff6e61;
--shrimp-cocktail:#f4a462;
--christmas-blue:#2f8bc1;
--waterhen-back:#2e3f52;
}