Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c6;
}
.n-rang-orange {
color: #ff8052;
}
.nacho {
color: #ffcb5c;
}
.guilliman-blue {
color: #6c96f9;
}
.mega-blue {
color: #3a6ea6;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c6;
--n-rang-orange:#ff8052;
--nacho:#ffcb5c;
--guilliman-blue:#6c96f9;
--mega-blue:#3a6ea6;
}