Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.minted-elegance {
color: #69c9a3;
}
.mint-cocktail-green {
color: #b2e1b2;
}
.silken-gold {
color: #f9e27b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--minted-elegance:#69c9a3;
--mint-cocktail-green:#b2e1b2;
--silken-gold:#f9e27b;
--grapefruit-pulp:#ff6e61;
}