Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e5a4d1;
}
.in-the-pink {
color: #f4c3d1;
}
.flaxseed {
color: #f7e6c5;
}
.madang {
color: #b4e1a8;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--exotic-violet:#e5a4d1;
--in-the-pink:#f4c3d1;
--flaxseed:#f7e6c5;
--madang:#b4e1a8;
--terrace-pool:#a3d8e0;
}