Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4af;
}
.agrellan-badland {
color: #fcb54a;
}
.anna-banana {
color: #f7d745;
}
.green-trance {
color: #9ed79d;
}
.seljuk-blue {
color: #4988ee;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4af;
--agrellan-badland:#fcb54a;
--anna-banana:#f7d745;
--green-trance:#9ed79d;
--seljuk-blue:#4988ee;
}