Color names in this palette
CSS code for this palette
/* CSS */
.what-we-do-in-the-shadows {
color: #4b0c25;
}
.big-dip-o-ruby {
color: #982a40;
}
.i-love-you-pink {
color: #d77e8d;
}
.petals-unfolding {
color: #f4b8c4;
}
.powder-puff {
color: #fef1f3;
}
/* CSS Variables */
:root {
--what-we-do-in-the-shadows:#4b0c25;
--big-dip-o-ruby:#982a40;
--i-love-you-pink:#d77e8d;
--petals-unfolding:#f4b8c4;
--powder-puff:#fef1f3;
}