Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.mountain-range-blue {
color: #4fb7c9;
}
.island-paradise {
color: #8fe0e0;
}
.bean-sprout {
color: #f4fce8;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--mountain-range-blue:#4fb7c9;
--island-paradise:#8fe0e0;
--bean-sprout:#f4fce8;
--candlelight-peach:#f8a2a0;
}