Color names in this palette
CSS code for this palette
/* CSS */
.snowflake {
color: #f0f0f0;
}
.blue-booties {
color: #c7dbf0;
}
.peach-temptation {
color: #f0c7b2;
}
.tears-of-joy {
color: #f0f0db;
}
.chinese-silver {
color: #dbdbf0;
}
/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--blue-booties:#c7dbf0;
--peach-temptation:#f0c7b2;
--tears-of-joy:#f0f0db;
--chinese-silver:#dbdbf0;
}