Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d6;
}
.rose-mallow {
color: #f3a5c7;
}
.persian-pink {
color: #f07fb8;
}
.purple-kush {
color: #c57cd0;
}
.trunks-hair {
color: #9060c3;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d6;
--rose-mallow:#f3a5c7;
--persian-pink:#f07fb8;
--purple-kush:#c57cd0;
--trunks-hair:#9060c3;
}