Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.crystalsong-blue {
color: #4bb7b9;
}
.near-moon {
color: #66e5e5;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--crystalsong-blue:#4bb7b9;
--near-moon:#66e5e5;
--ice-crystal-blue:#a4e5e5;
--distant-horizon:#f0f8f9;
}