Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.persicus {
color: #ffb69e;
}
.golden-nectar {
color: #ffda6b;
}
.green-trance {
color: #a4d5a6;
}
.guilliman-blue {
color: #6a9eec;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--persicus:#ffb69e;
--golden-nectar:#ffda6b;
--green-trance:#a4d5a6;
--guilliman-blue:#6a9eec;
}