Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff99bd;
}
.french-pink {
color: #ff70a0;
}
.french-rose {
color: #ff4d8b;
}
.office-neon-light {
color: #ff2e7b;
}
.qing-dynasty-fire {
color: #d9265f;
}
/* CSS Variables */
:root {
--saira-red:#ff99bd;
--french-pink:#ff70a0;
--french-rose:#ff4d8b;
--office-neon-light:#ff2e7b;
--qing-dynasty-fire:#d9265f;
}