Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e0a3b1;
}
.peach-temptation {
color: #f3c5b4;
}
.howdy-neighbor {
color: #f9e4c8;
}
.high-sierra {
color: #cfdfe2;
}
.eyefull {
color: #8eb8b5;
}
/* CSS Variables */
:root {
--iced-vovo:#e0a3b1;
--peach-temptation:#f3c5b4;
--howdy-neighbor:#f9e4c8;
--high-sierra:#cfdfe2;
--eyefull:#8eb8b5;
}