Color names in this palette
CSS code for this palette
/* CSS */
.pink-wink {
color: #ffade8;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--pink-wink:#ffade8;
--blush-hour:#ff7092;
--love-red:#ff4d6a;
--creamy-sweet-corn:#f9c54e;
--chrome-yellow:#faa700;
}