Color names in this palette
CSS code for this palette
/* CSS */
.hot-lava {
color: #a30031;
}
.pink-peacock {
color: #d1236c;
}
.oleander-pink {
color: #f45d9e;
}
.little-baby-girl {
color: #f8b9d6;
}
.sweet-romance {
color: #ffc2e0;
}
/* CSS Variables */
:root {
--hot-lava:#a30031;
--pink-peacock:#d1236c;
--oleander-pink:#f45d9e;
--little-baby-girl:#f8b9d6;
--sweet-romance:#ffc2e0;
}