Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d1;
}
.rogue-pink {
color: #f6a2c1;
}
.geranium-pink {
color: #f68e9d;
}
.shell-pink {
color: #f67e7e;
}
.camellia {
color: #f6675a;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d1;
--rogue-pink:#f6a2c1;
--geranium-pink:#f68e9d;
--shell-pink:#f67e7e;
--camellia:#f6675a;
}