Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b3c2;
}
.freezing-vapor {
color: #d2e8f4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pink-fit {
color: #f9a9b5;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--grey-agate:#a8b3c2;
--freezing-vapor:#d2e8f4;
--solar-plexus-chakra:#f1c84b;
--pink-fit:#f9a9b5;
--porcelain-rose:#e76a6a;
}