Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7f;
}
.pelati {
color: #ff382e;
}
.red-riding-hood {
color: #ff291a;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7f;
--pelati:#ff382e;
--red-riding-hood:#ff291a;
}