Color names in this palette
CSS code for this palette
/* CSS */
.beau-monde {
color: #7cb1a2;
}
.festival-de-verano {
color: #b3e0db;
}
.chef-s-hat {
color: #f1f8f5;
}
.persicus {
color: #ffb59e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--beau-monde:#7cb1a2;
--festival-de-verano:#b3e0db;
--chef-s-hat:#f1f8f5;
--persicus:#ffb59e;
--grapefruit-pulp:#ff6e61;
}