Color names in this palette
CSS code for this palette
/* CSS */
.menthol-kiss {
color: #a1e2d4;
}
.crystalsong-blue {
color: #4db3b1;
}
.blue-chill {
color: #3a898d;
}
.lobby-lilac {
color: #a57eb9;
}
.orange-essential {
color: #d18d7a;
}
/* CSS Variables */
:root {
--menthol-kiss:#a1e2d4;
--crystalsong-blue:#4db3b1;
--blue-chill:#3a898d;
--lobby-lilac:#a57eb9;
--orange-essential:#d18d7a;
}