Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.matt-pink {
color: #ffb3c1;
}
.pandora-s-box {
color: #ffdbb8;
}
.vanilla-shake {
color: #fffbf0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--matt-pink:#ffb3c1;
--pandora-s-box:#ffdbb8;
--vanilla-shake:#fffbf0;
--grapefruit-pulp:#ff6e61;
}