Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b4;
}
.allspice {
color: #f9cca9;
}
.durango-dust {
color: #fce2a1;
}
.coral-green {
color: #a9e5d0;
}
.chefchaouen-blue {
color: #a3d1e6;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b4;
--allspice:#f9cca9;
--durango-dust:#fce2a1;
--coral-green:#a9e5d0;
--chefchaouen-blue:#a3d1e6;
}