Color names in this palette
CSS code for this palette
/* CSS */
.holly-green {
color: #1a9e7d;
}
.peppy {
color: #6cdab6;
}
.sparkling-mint {
color: #a4e0d4;
}
.heavy-sugar {
color: #eef6f4;
}
.persicus {
color: #ffb39e;
}
/* CSS Variables */
:root {
--holly-green:#1a9e7d;
--peppy:#6cdab6;
--sparkling-mint:#a4e0d4;
--heavy-sugar:#eef6f4;
--persicus:#ffb39e;
}