Color names in this palette
CSS code for this palette
/* CSS */
.drakenhof-nightshade {
color: #1b5c9d;
}
.welcoming-wasp {
color: #f0a800;
}
.pink-flambe {
color: #d64c7d;
}
.fresh-blue {
color: #88d5e2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--drakenhof-nightshade:#1b5c9d;
--welcoming-wasp:#f0a800;
--pink-flambe:#d64c7d;
--fresh-blue:#88d5e2;
--creamy-sweet-corn:#f9c54e;
}