Color names in this palette
CSS code for this palette
/* CSS */
.fading-rose {
color: #fad1d1;
}
.precious-pink {
color: #f9b4b4;
}
.harmonious-rose {
color: #f69db9;
}
.cochonnet {
color: #f68ebb;
}
.herb-robert {
color: #d7a2e2;
}
/* CSS Variables */
:root {
--fading-rose:#fad1d1;
--precious-pink:#f9b4b4;
--harmonious-rose:#f69db9;
--cochonnet:#f68ebb;
--herb-robert:#d7a2e2;
}