Color names in this palette
CSS code for this palette
/* CSS */
.radical-red {
color: #ff335c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vivid-tangerine {
color: #ff9980;
}
.tropical-peach {
color: #ffc3b3;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--radical-red:#ff335c;
--grapefruit-pulp:#ff6e61;
--vivid-tangerine:#ff9980;
--tropical-peach:#ffc3b3;
--misty-rose:#ffe3e0;
}