Color names in this palette
CSS code for this palette
/* CSS */
.glass-jar-blue {
color: #1db4a7;
}
.turquoise-chalk {
color: #68e8d7;
}
.mint-tea {
color: #a6f2e4;
}
.dahlia-delight {
color: #f6bbd3;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--glass-jar-blue:#1db4a7;
--turquoise-chalk:#68e8d7;
--mint-tea:#a6f2e4;
--dahlia-delight:#f6bbd3;
--blush-hour:#ff7092;
}