Color names in this palette
CSS code for this palette
/* CSS */
.moscow-midnight {
color: #1f4751;
}
.kandinsky-turquoise {
color: #2a7d83;
}
.crystalsong-blue {
color: #4cb8b6;
}
.andes-sky {
color: #70dbd8;
}
.waterspout {
color: #a1f2f2;
}
/* CSS Variables */
:root {
--moscow-midnight:#1f4751;
--kandinsky-turquoise:#2a7d83;
--crystalsong-blue:#4cb8b6;
--andes-sky:#70dbd8;
--waterspout:#a1f2f2;
}