Color names in this palette
CSS code for this palette
/* CSS */
.instant {
color: #d9cfc9;
}
.pink-scallop {
color: #f2e1d4;
}
.mystic-tulip {
color: #f6b7a2;
}
.simple-pink {
color: #f7a1a8;
}
.rosy-pink {
color: #f86d8d;
}
/* CSS Variables */
:root {
--instant:#d9cfc9;
--pink-scallop:#f2e1d4;
--mystic-tulip:#f6b7a2;
--simple-pink:#f7a1a8;
--rosy-pink:#f86d8d;
}