Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-avalanche {
color: #f24c40;
}
.cosmic-coral {
color: #e57a6c;
}
.first-date {
color: #f3b6a0;
}
.pinktone {
color: #f8ced2;
}
.love-at-first-sight {
color: #e8a6af;
}
/* CSS Variables */
:root {
--strawberry-avalanche:#f24c40;
--cosmic-coral:#e57a6c;
--first-date:#f3b6a0;
--pinktone:#f8ced2;
--love-at-first-sight:#e8a6af;
}