Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #4fb5b5;
}
.spinnaker {
color: #a3e0e0;
}
.sandy {
color: #f3d97c;
}
.strawberry-avalanche {
color: #f24f40;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#4fb5b5;
--spinnaker:#a3e0e0;
--sandy:#f3d97c;
--strawberry-avalanche:#f24f40;
}