Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.ballet-slippers {
color: #ff9eb1;
}
.candy-bar {
color: #ffb8d2;
}
.sweet-romance {
color: #ffc2e0;
}
.pink-currant {
color: #ffd1e8;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--ballet-slippers:#ff9eb1;
--candy-bar:#ffb8d2;
--sweet-romance:#ffc2e0;
--pink-currant:#ffd1e8;
}