Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f9b4b5;
}
.sweetheart {
color: #f2c5d8;
}
.always-rosey {
color: #e59fb3;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blobfish {
color: #ffc2cc;
}
/* CSS Variables */
:root {
--precious-pink:#f9b4b5;
--sweetheart:#f2c5d8;
--always-rosey:#e59fb3;
--hot-aquarelle-pink:#ffb3d9;
--blobfish:#ffc2cc;
}