Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.pink-cattleya {
color: #ffb3d1;
}
.rubber-radish {
color: #ff99a1;
}
.blush-hour {
color: #ff7092;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--pink-cattleya:#ffb3d1;
--rubber-radish:#ff99a1;
--blush-hour:#ff7092;
--blood-burst:#ff4d4f;
}