Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.goldfinch {
color: #f8e65d;
}
.kakitsubata-blue {
color: #3b5cb0;
}
.unicorn-silver {
color: #e8e8e8;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--goldfinch:#f8e65d;
--kakitsubata-blue:#3b5cb0;
--unicorn-silver:#e8e8e8;
--cor-de-pele:#f4c3c3;
}