Color names in this palette
CSS code for this palette
/* CSS */
.pink-bliss {
color: #e1a8d0;
}
.pan-tostado {
color: #eabe99;
}
.peach-patch {
color: #f3d5a0;
}
.overtone {
color: #a9e5b7;
}
.techno-turquoise {
color: #5fbf8d;
}
/* CSS Variables */
:root {
--pink-bliss:#e1a8d0;
--pan-tostado:#eabe99;
--peach-patch:#f3d5a0;
--overtone:#a9e5b7;
--techno-turquoise:#5fbf8d;
}