Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f4a4c4;
}
.palace-rose {
color: #f9c8d7;
}
.delightful-peach {
color: #ffead1;
}
.couscous {
color: #ffe299;
}
.candy {
color: #ff9b85;
}
/* CSS Variables */
:root {
--rogue-pink:#f4a4c4;
--palace-rose:#f9c8d7;
--delightful-peach:#ffead1;
--couscous:#ffe299;
--candy:#ff9b85;
}