Color names in this palette
CSS code for this palette
/* CSS */
.mountain-dew {
color: #d1e0e0;
}
.twin-cities {
color: #a4c6c6;
}
.cold-front-green {
color: #85b2b2;
}
.cadet-blue {
color: #609f9f;
}
.atlantic-wave {
color: #3a7878;
}
/* CSS Variables */
:root {
--mountain-dew:#d1e0e0;
--twin-cities:#a4c6c6;
--cold-front-green:#85b2b2;
--cadet-blue:#609f9f;
--atlantic-wave:#3a7878;
}