Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a6c5;
}
.fulgrim-pink {
color: #f6b1d3;
}
.salmon-rose {
color: #ff7081;
}
.blazing-bonfire {
color: #ffa033;
}
.sun-shower {
color: #ffe070;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a6c5;
--fulgrim-pink:#f6b1d3;
--salmon-rose:#ff7081;
--blazing-bonfire:#ffa033;
--sun-shower:#ffe070;
}