Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f4b19f;
}
.menoth-white-base {
color: #f2e6ba;
}
.corinthian-pillar {
color: #e2d2b1;
}
.geranium-bud {
color: #d1a3c4;
}
.our-little-secret {
color: #a5507d;
}
/* CSS Variables */
:root {
--first-date:#f4b19f;
--menoth-white-base:#f2e6ba;
--corinthian-pillar:#e2d2b1;
--geranium-bud:#d1a3c4;
--our-little-secret:#a5507d;
}