Color names in this palette
CSS code for this palette
/* CSS */
.cadet-blue {
color: #609d9f;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.bay {
color: #b2e0d3;
}
.bright-khaki {
color: #f0e78e;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--cadet-blue:#609d9f;
--hiroshima-aquamarine:#80ffd4;
--bay:#b2e0d3;
--bright-khaki:#f0e78e;
--bruschetta-tomato:#ff6347;
}