Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3e8e88;
}
.keppel {
color: #5cb2a0;
}
.seafoam-blue {
color: #7ad1b4;
}
.frosty-mint {
color: #e0f5f2;
}
.salmon-beauty {
color: #f9c8b4;
}
/* CSS Variables */
:root {
--royal-palm:#3e8e88;
--keppel:#5cb2a0;
--seafoam-blue:#7ad1b4;
--frosty-mint:#e0f5f2;
--salmon-beauty:#f9c8b4;
}