Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.caro {
color: #fecac3;
}
.manila-tint {
color: #ffe1a8;
}
.green-trance {
color: #a5d5a5;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--caro:#fecac3;
--manila-tint:#ffe1a8;
--green-trance:#a5d5a5;
--fiji-palm:#4c8b3c;
}