Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1d7a8b;
}
.crystalsong-blue {
color: #4ab0b0;
}
.andes-sky {
color: #76d5d5;
}
.everest {
color: #a1e3e3;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--bermuda:#1d7a8b;
--crystalsong-blue:#4ab0b0;
--andes-sky:#76d5d5;
--everest:#a1e3e3;
--everlasting-ice:#f5fafa;
}