Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.alpenglow {
color: #f1c0b7;
}
.durango-dust {
color: #f9e19f;
}
.morning-glory {
color: #a1d2d3;
}
.blue-chill {
color: #3b8c8c;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--alpenglow:#f1c0b7;
--durango-dust:#f9e19f;
--morning-glory:#a1d2d3;
--blue-chill:#3b8c8c;
}