Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7e8e;
}
.tropical-escape {
color: #4cb8b2;
}
.island-paradise {
color: #8ee5e6;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1f7e8e;
--tropical-escape:#4cb8b2;
--island-paradise:#8ee5e6;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}