Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e2;
}
.informative-pink {
color: #ff85b1;
}
.french-rose {
color: #ff4d8b;
}
.radical-red {
color: #ff2e5f;
}
.fly-agaric {
color: #ff1a4b;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e2;
--informative-pink:#ff85b1;
--french-rose:#ff4d8b;
--radical-red:#ff2e5f;
--fly-agaric:#ff1a4b;
}