Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a7b1;
}
.sweetheart {
color: #f4c3d6;
}
.gentle-glow {
color: #f8e6b9;
}
.samoan-sun {
color: #f7b740;
}
.scrofulous-brown {
color: #d9a13f;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a7b1;
--sweetheart:#f4c3d6;
--gentle-glow:#f8e6b9;
--samoan-sun:#f7b740;
--scrofulous-brown:#d9a13f;
}