Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.ice-plant {
color: #d779af;
}
.carmine-rose {
color: #e95d8e;
}
.troll-slayer-orange {
color: #f0a14c;
}
.sunday-afternoon {
color: #f5c47a;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--ice-plant:#d779af;
--carmine-rose:#e95d8e;
--troll-slayer-orange:#f0a14c;
--sunday-afternoon:#f5c47a;
}