Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.emerald-wave {
color: #4eb1a7;
}
.tropical-trail {
color: #8bd5b4;
}
.scalloped-potatoes {
color: #f5d68a;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--emerald-wave:#4eb1a7;
--tropical-trail:#8bd5b4;
--scalloped-potatoes:#f5d68a;
--porcelain-rose:#e86d6d;
}