Color names in this palette
CSS code for this palette
/* CSS */
.princess-bride {
color: #f6c1c1;
}
.first-date {
color: #f2b1a1;
}
.burning-coals {
color: #f69b74;
}
.chat-orange {
color: #f69c3c;
}
.butter-cream {
color: #efae3e;
}
/* CSS Variables */
:root {
--princess-bride:#f6c1c1;
--first-date:#f2b1a1;
--burning-coals:#f69b74;
--chat-orange:#f69c3c;
--butter-cream:#efae3e;
}