Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.wewak {
color: #f28c9a;
}
.out-of-fashion {
color: #f36d8e;
}
.nocturnal-rose {
color: #d0679a;
}
.purple-plum {
color: #a050b4;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--wewak:#f28c9a;
--out-of-fashion:#f36d8e;
--nocturnal-rose:#d0679a;
--purple-plum:#a050b4;
}