Color names in this palette
CSS code for this palette
/* CSS */
.temple-guard-blue {
color: #2d9a88;
}
.jolt-of-jade {
color: #49c19f;
}
.peppy {
color: #75d7b3;
}
.pina-colada {
color: #f4dfb4;
}
.poppy-petal {
color: #f89c8b;
}
/* CSS Variables */
:root {
--temple-guard-blue:#2d9a88;
--jolt-of-jade:#49c19f;
--peppy:#75d7b3;
--pina-colada:#f4dfb4;
--poppy-petal:#f89c8b;
}