Color names in this palette
CSS code for this palette
/* CSS */
.aquamarine-blue {
color: #6fd8e2;
}
.aztec-sky {
color: #4eb7d4;
}
.fairy-tale-blue {
color: #3a9bbb;
}
.valley-of-glaciers {
color: #2b7e9c;
}
.saltwater-denim {
color: #1a5c7a;
}
/* CSS Variables */
:root {
--aquamarine-blue:#6fd8e2;
--aztec-sky:#4eb7d4;
--fairy-tale-blue:#3a9bbb;
--valley-of-glaciers:#2b7e9c;
--saltwater-denim:#1a5c7a;
}