Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vibrant {
color: #fbd24b;
}
.terrace-pool {
color: #a1d6e2;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vibrant:#fbd24b;
--terrace-pool:#a1d6e2;
--pure-mauve:#6a4c94;
}