Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.freshwater {
color: #4ea5b7;
}
.wipeout {
color: #3d7c94;
}
.celestial-blue {
color: #2d4c6c;
}
.yankees-blue {
color: #1b293b;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--freshwater:#4ea5b7;
--wipeout:#3d7c94;
--celestial-blue:#2d4c6c;
--yankees-blue:#1b293b;
}