Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d2;
}
.biscuit-cream {
color: #f9ccb4;
}
.royal-star {
color: #ffe14d;
}
.green-trance {
color: #a4daa6;
}
.norfolk-sky {
color: #69bcec;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d2;
--biscuit-cream:#f9ccb4;
--royal-star:#ffe14d;
--green-trance:#a4daa6;
--norfolk-sky:#69bcec;
}