Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b7d;
}
.precious-pink {
color: #f7b6b7;
}
.touching-white {
color: #f4e0d7;
}
.mr-frosty {
color: #a4c7db;
}
.cretan-green {
color: #5c8a83;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b7d;
--precious-pink:#f7b6b7;
--touching-white:#f4e0d7;
--mr-frosty:#a4c7db;
--cretan-green:#5c8a83;
}