Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.ballet-slippers {
color: #ff9eb1;
}
.lavender-candy {
color: #ffb3d6;
}
.shampoo {
color: #ffccf2;
}
.fairy-wings {
color: #ffebf5;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--ballet-slippers:#ff9eb1;
--lavender-candy:#ffb3d6;
--shampoo:#ffccf2;
--fairy-wings:#ffebf5;
}