Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.esprit-peach {
color: #ffc29e;
}
.purple-hepatica {
color: #d4a8ff;
}
.onion-white {
color: #e3d2c4;
}
.artesian-pool {
color: #a3c2e1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--esprit-peach:#ffc29e;
--purple-hepatica:#d4a8ff;
--onion-white:#e3d2c4;
--artesian-pool:#a3c2e1;
}