Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5a8c8c;
}
.greenbrier {
color: #4b9b6c;
}
.pure-cyan {
color: #3ebba7;
}
.vibrant {
color: #ffd54d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5a8c8c;
--greenbrier:#4b9b6c;
--pure-cyan:#3ebba7;
--vibrant:#ffd54d;
--grapefruit-pulp:#ff6e61;
}