Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #50b4b4;
}
.cold-blue {
color: #85e0e0;
}
.yellow-petal {
color: #f0e84c;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--crystalsong-blue:#50b4b4;
--cold-blue:#85e0e0;
--yellow-petal:#f0e84c;
--halt-and-catch-fire:#ff692e;
}