Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.cool-aloe {
color: #a8d8a2;
}
.blue-dart {
color: #4e8fd0;
}
.lovecloud {
color: #eab7f1;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--light-sh-shin-yellow:#f5e87f;
--cool-aloe:#a8d8a2;
--blue-dart:#4e8fd0;
--lovecloud:#eab7f1;
}