Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.pastel-peach {
color: #f4cbae;
}
.gentle-glow {
color: #f7e5bb;
}
.almost-aloe {
color: #c0e4b4;
}
.coastal-waters {
color: #7db4d9;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--pastel-peach:#f4cbae;
--gentle-glow:#f7e5bb;
--almost-aloe:#c0e4b4;
--coastal-waters:#7db4d9;
}