Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c1d4;
}
.mystic-tulip {
color: #f7b5a1;
}
.koji-orange {
color: #f6af4c;
}
.salmon-eggs {
color: #f2d55f;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c1d4;
--mystic-tulip:#f7b5a1;
--koji-orange:#f6af4c;
--salmon-eggs:#f2d55f;
--blue-dam:#a1c6d4;
}