Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a5a5;
}
.warming-peach {
color: #e6b8a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.deviled-eggs {
color: #fdcc81;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a5a5;
--warming-peach:#e6b8a2;
--solar-plexus-chakra:#f1c84b;
--deviled-eggs:#fdcc81;
--semi-sweet-chocolate:#6a4125;
}