Color names in this palette
CSS code for this palette
/* CSS */
.glass-jar-blue {
color: #1fb2a6;
}
.peppy {
color: #73d4b5;
}
.storm-lightning {
color: #f9e79f;
}
.candy-heart-pink {
color: #f6a2a4;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--glass-jar-blue:#1fb2a6;
--peppy:#73d4b5;
--storm-lightning:#f9e79f;
--candy-heart-pink:#f6a2a4;
--breeze-of-chilli:#f36d6d;
}