Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cd;
}
.aggressive-salmon {
color: #ff809b;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff294d;
}
.cherry-soda {
color: #ff0044;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cd;
--aggressive-salmon:#ff809b;
--love-red:#ff4d6d;
--lightish-red:#ff294d;
--cherry-soda:#ff0044;
}