Color names in this palette
CSS code for this palette
/* CSS */
.reign-of-tomatoes {
color: #f92410;
}
.carrot {
color: #f86a3f;
}
.turbinado-sugar {
color: #f9bb58;
}
.vaporwave-blue {
color: #23cffb;
}
.interdimensional-blue {
color: #3307c5;
}
/* CSS Variables */
:root {
--reign-of-tomatoes:#f92410;
--carrot:#f86a3f;
--turbinado-sugar:#f9bb58;
--vaporwave-blue:#23cffb;
--interdimensional-blue:#3307c5;
}