Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff2969;
}
.cyber-yellow {
color: #ffd500;
}
.krishna-blue {
color: #00b2ff;
}
.matcha-powder {
color: #a4d100;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--peevish-red:#ff2969;
--cyber-yellow:#ffd500;
--krishna-blue:#00b2ff;
--matcha-powder:#a4d100;
--carrot:#ff6e42;
}