Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #4ab5b5;
}
.deep-aquamarine {
color: #7ee2e2;
}
.fresh-grown {
color: #f3f9c3;
}
.peach-damask {
color: #f7c8a6;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#4ab5b5;
--deep-aquamarine:#7ee2e2;
--fresh-grown:#f3f9c3;
--peach-damask:#f7c8a6;
}