Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e5a4b4;
}
.antique-cameo {
color: #f2b8a1;
}
.pink-beach {
color: #f6c3a7;
}
.straw-hat {
color: #f1d6a7;
}
.jasper-cane {
color: #e5c59f;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e5a4b4;
--antique-cameo:#f2b8a1;
--pink-beach:#f6c3a7;
--straw-hat:#f1d6a7;
--jasper-cane:#e5c59f;
}