Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.matt-pink {
color: #ffb8c1;
}
.secret-story {
color: #ff1492;
}
.cochonnet {
color: #ff8abb;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--f-n-h-ng-pink:#ff6bb5;
--matt-pink:#ffb8c1;
--secret-story:#ff1492;
--cochonnet:#ff8abb;
}