Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f5a8e0;
}
.bellagio-fountains {
color: #b5e1f2;
}
.smooth-satin {
color: #a3d7d5;
}
.peach-temptation {
color: #f3c4b4;
}
.pinque {
color: #f0a3b1;
}
/* CSS Variables */
:root {
--hanami-pink:#f5a8e0;
--bellagio-fountains:#b5e1f2;
--smooth-satin:#a3d7d5;
--peach-temptation:#f3c4b4;
--pinque:#f0a3b1;
}