Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e9a5b2;
}
.rainbow {
color: #f4bfbe;
}
.porcelain-tan {
color: #f9d8c3;
}
.dandelion-whisper {
color: #fef3b4;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e9a5b2;
--rainbow:#f4bfbe;
--porcelain-tan:#f9d8c3;
--dandelion-whisper:#fef3b4;
--vanilla:#f3e4aa;
}