Color names in this palette
CSS code for this palette
/* CSS */
.early-forget-me-not {
color: #b7e6f0;
}
.sinbad {
color: #a7d7d0;
}
.rhodonite {
color: #f1b1c4;
}
.corinthian-pink {
color: #f6a7d9;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--early-forget-me-not:#b7e6f0;
--sinbad:#a7d7d0;
--rhodonite:#f1b1c4;
--corinthian-pink:#f6a7d9;
--pompelmo:#ff6b6b;
}