Color names in this palette
CSS code for this palette
/* CSS */
.blue-suede {
color: #6c7c93;
}
.calming-space {
color: #a9b7c1;
}
.icicle-mint {
color: #d0e7e3;
}
.almond-cream {
color: #f4c29f;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--blue-suede:#6c7c93;
--calming-space:#a9b7c1;
--icicle-mint:#d0e7e3;
--almond-cream:#f4c29f;
--porcelain-rose:#e86d6d;
}