Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.rose-reminder {
color: #f5c2c6;
}
.piggyback {
color: #f1dae3;
}
.new-violet {
color: #d4c1e1;
}
.teclis-blue {
color: #a2b7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--rose-reminder:#f5c2c6;
--piggyback:#f1dae3;
--new-violet:#d4c1e1;
--teclis-blue:#a2b7e7;
}