Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.mountain-lake-azure {
color: #50b9a4;
}
.jittery-jade {
color: #7ce4b7;
}
.pale-banana {
color: #f6e48e;
}
.candlelight-peach {
color: #f9a29a;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--mountain-lake-azure:#50b9a4;
--jittery-jade:#7ce4b7;
--pale-banana:#f6e48e;
--candlelight-peach:#f9a29a;
}