Color names in this palette
CSS code for this palette
/* CSS */
.witty-green {
color: #b3d9a0;
}
.gauss-blaster-green {
color: #85c1a8;
}
.crystalsong-blue {
color: #4cb8b8;
}
.scooter {
color: #2e8b9e;
}
.suez-canal {
color: #1e5c7b;
}
/* CSS Variables */
:root {
--witty-green:#b3d9a0;
--gauss-blaster-green:#85c1a8;
--crystalsong-blue:#4cb8b8;
--scooter:#2e8b9e;
--suez-canal:#1e5c7b;
}