Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e8a6b5;
}
.oriole-yellow {
color: #f5d47a;
}
.cosmetic-peach {
color: #f4c2ae;
}
.venetian-yellow {
color: #f7e1a1;
}
.alpenglow {
color: #f1c0b7;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e8a6b5;
--oriole-yellow:#f5d47a;
--cosmetic-peach:#f4c2ae;
--venetian-yellow:#f7e1a1;
--alpenglow:#f1c0b7;
}