Color names in this palette
CSS code for this palette
/* CSS */
.ake-blood {
color: #d43a25;
}
.brain-pink {
color: #f1b1b1;
}
.corn-kernel {
color: #ffcda3;
}
.peach-of-mind {
color: #ffe3b3;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--ake-blood:#d43a25;
--brain-pink:#f1b1b1;
--corn-kernel:#ffcda3;
--peach-of-mind:#ffe3b3;
--blue-angels-yellow:#fab700;
}