Color names in this palette
CSS code for this palette
/* CSS */
.salsa-sizzle {
color: #f07b3d;
}
.dairy-made {
color: #f0b43d;
}
.green-daze {
color: #8cd4c5;
}
.lightish-blue {
color: #3d78f0;
}
.bright-greek {
color: #3d3df0;
}
/* CSS Variables */
:root {
--salsa-sizzle:#f07b3d;
--dairy-made:#f0b43d;
--green-daze:#8cd4c5;
--lightish-blue:#3d78f0;
--bright-greek:#3d3df0;
}