Color names in this palette
CSS code for this palette
/* CSS */
.coastal-calm {
color: #508d95;
}
.key-largo {
color: #7eb9a3;
}
.overtone {
color: #a3e0b8;
}
.straw-hat {
color: #f1d3a7;
}
.rose-fusion {
color: #f76a55;
}
/* CSS Variables */
:root {
--coastal-calm:#508d95;
--key-largo:#7eb9a3;
--overtone:#a3e0b8;
--straw-hat:#f1d3a7;
--rose-fusion:#f76a55;
}