Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f5a7a3;
}
.palace-rose {
color: #f9c8d6;
}
.lavender-candy {
color: #ffb3d6;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--calabrese:#f5a7a3;
--palace-rose:#f9c8d6;
--lavender-candy:#ffb3d6;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
}