Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #498a9c;
}
.kingfisher-turquoise {
color: #7db5b5;
}
.dante-peak {
color: #b5d4d4;
}
.channel {
color: #f1c4c0;
}
.babe {
color: #df7c7c;
}
/* CSS Variables */
:root {
--hippie-blue:#498a9c;
--kingfisher-turquoise:#7db5b5;
--dante-peak:#b5d4d4;
--channel:#f1c4c0;
--babe:#df7c7c;
}