Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.white {
color: #ffffff;
}
.konj-blue {
color: #002d70;
}
.vermilion-scarlet {
color: #d10527;
}
.voracious-white {
color: #fceeee;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--white:#ffffff;
--konj-blue:#002d70;
--vermilion-scarlet:#d10527;
--voracious-white:#fceeee;
}