Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.barrett-quince {
color: #f6d1b1;
}
.durango-dust {
color: #f9e29f;
}
.madang {
color: #b7e2a7;
}
.chefchaouen-blue {
color: #a3d2e6;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--barrett-quince:#f6d1b1;
--durango-dust:#f9e29f;
--madang:#b7e2a7;
--chefchaouen-blue:#a3d2e6;
}