Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #208fbc;
}
.epimetheus {
color: #49b3d0;
}
.aquamarine-blue {
color: #70d4e6;
}
.ganon-blue {
color: #a1e9f7;
}
.salt-mountain {
color: #d8f9fd;
}
/* CSS Variables */
:root {
--spa-dream:#208fbc;
--epimetheus:#49b3d0;
--aquamarine-blue:#70d4e6;
--ganon-blue:#a1e9f7;
--salt-mountain:#d8f9fd;
}