Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.tropical-escape {
color: #4bb9b4;
}
.winter-chill {
color: #8fd2d6;
}
.apricot-obsession {
color: #f8c3b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--tropical-escape:#4bb9b4;
--winter-chill:#8fd2d6;
--apricot-obsession:#f8c3b4;
--grapefruit-pulp:#ff6e61;
}