Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vibrant {
color: #ffd54d;
}
.shallow-shoal {
color: #9fd6d3;
}
.cave-lake {
color: #4eb8c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vibrant:#ffd54d;
--shallow-shoal:#9fd6d3;
--cave-lake:#4eb8c6;
}