Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.glitter-yellow {
color: #fbd85b;
}
.ganon-blue {
color: #a8e1fa;
}
.jugendstil-turquoise {
color: #5e9c9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--glitter-yellow:#fbd85b;
--ganon-blue:#a8e1fa;
--jugendstil-turquoise:#5e9c9c;
}