Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-bird {
color: #f44034;
}
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.traffic-yellow {
color: #ffdb38;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--vermilion-bird:#f44034;
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--traffic-yellow:#ffdb38;
--pink-pleasure:#ffe0e4;
}