Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e3b0c1;
}
.mountain-laurel {
color: #f5c7d7;
}
.hint-of-orange {
color: #f8e6d8;
}
.maize {
color: #f4d152;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--parfait-pink:#e3b0c1;
--mountain-laurel:#f5c7d7;
--hint-of-orange:#f8e6d8;
--maize:#f4d152;
--calabrese:#f1a8a2;
}