Color names in this palette
CSS code for this palette
/* CSS */
.valonia {
color: #7dc8d4;
}
.calabrese {
color: #f1a8a2;
}
.sugar-cookie {
color: #f4e4a4;
}
.pyramid-gold {
color: #e3b472;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--valonia:#7dc8d4;
--calabrese:#f1a8a2;
--sugar-cookie:#f4e4a4;
--pyramid-gold:#e3b472;
--beef-hotpot:#a85f2e;
}