Color names in this palette
CSS code for this palette
/* CSS */
.red-epiphyllum {
color: #d10000;
}
.coquelicot {
color: #ff3c00;
}
.fresh-squeezed {
color: #ffae00;
}
.victorian-greenhouse {
color: #00b893;
}
.tilla-kari-mosque {
color: #00ccc9;
}
/* CSS Variables */
:root {
--red-epiphyllum:#d10000;
--coquelicot:#ff3c00;
--fresh-squeezed:#ffae00;
--victorian-greenhouse:#00b893;
--tilla-kari-mosque:#00ccc9;
}