Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.almond-cream {
color: #f4c09f;
}
.optimistic-yellow {
color: #f4e1a4;
}
.green-trance {
color: #a2d8a2;
}
.budgie-blue {
color: #86c8e4;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--almond-cream:#f4c09f;
--optimistic-yellow:#f4e1a4;
--green-trance:#a2d8a2;
--budgie-blue:#86c8e4;
}