Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-sky {
color: #6ab5e7;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.gin-fizz {
color: #f7e8ca;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--norfolk-sky:#6ab5e7;
--chefchaouen-blue:#a1d3e8;
--gin-fizz:#f7e8ca;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}