Color names in this palette
CSS code for this palette
/* CSS */
.supermint {
color: #00948d;
}
.crystalsong-blue {
color: #4bb5b9;
}
.terrace-pool {
color: #a3d7e0;
}
.light-vandamint {
color: #bee6e9;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--supermint:#00948d;
--crystalsong-blue:#4bb5b9;
--terrace-pool:#a3d7e0;
--light-vandamint:#bee6e9;
--distant-horizon:#f0f9f9;
}