Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #4db1b3;
}
.andes-sky {
color: #76d6d6;
}
.yellow-petal {
color: #f1e64b;
}
.guava {
color: #ff9b29;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#4db1b3;
--andes-sky:#76d6d6;
--yellow-petal:#f1e64b;
--guava:#ff9b29;
}