Color names in this palette
CSS code for this palette
/* CSS */
.latigo-bay {
color: #409a9c;
}
.peppermint-fresh {
color: #69bf9c;
}
.sunlit-glade {
color: #99d6a3;
}
.vanilla {
color: #f3e4aa;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--latigo-bay:#409a9c;
--peppermint-fresh:#69bf9c;
--sunlit-glade:#99d6a3;
--vanilla:#f3e4aa;
--creamy-sweet-corn:#f9c54e;
}