Color names in this palette
CSS code for this palette
/* CSS */
.snowflake {
color: #f0f0f0;
}
.chantilly {
color: #eab8c6;
}
.pastel-pink {
color: #e2a6a6;
}
.pink-chalk {
color: #f0a3bb;
}
.bone-chilling {
color: #e0f0f0;
}
/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--chantilly:#eab8c6;
--pastel-pink:#e2a6a6;
--pink-chalk:#f0a3bb;
--bone-chilling:#e0f0f0;
}