Color names in this palette
CSS code for this palette
/* CSS */
.light-penna {
color: #c7d4e6;
}
.blue-dam {
color: #a1c6d4;
}
.dusty-jade-green {
color: #6aaf99;
}
.soft-cheddar {
color: #e5ba5d;
}
.coral-expression {
color: #d76a6a;
}
/* CSS Variables */
:root {
--light-penna:#c7d4e6;
--blue-dam:#a1c6d4;
--dusty-jade-green:#6aaf99;
--soft-cheddar:#e5ba5d;
--coral-expression:#d76a6a;
}