Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e2a7c7;
}
.english-rose {
color: #f7c5c5;
}
.friendly-yellow {
color: #f5e2b2;
}
.crunch {
color: #f4ba5d;
}
.seraphim-sepia {
color: #d97c4a;
}
/* CSS Variables */
:root {
--partytime:#e2a7c7;
--english-rose:#f7c5c5;
--friendly-yellow:#f5e2b2;
--crunch:#f4ba5d;
--seraphim-sepia:#d97c4a;
}