Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.basil-smash {
color: #b8e6a2;
}
.spring-kiss {
color: #e5f3b4;
}
.storm-lightning {
color: #f9e89f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--basil-smash:#b8e6a2;
--spring-kiss:#e5f3b4;
--storm-lightning:#f9e89f;
--blue-angels-yellow:#fab700;
}