Color names in this palette
CSS code for this palette
/* CSS */
.edward {
color: #5d7e7a;
}
.steel-pan-mallet {
color: #6ba8a0;
}
.holiday-turquoise {
color: #87c4c0;
}
.saline-water {
color: #c4e8e5;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--edward:#5d7e7a;
--steel-pan-mallet:#6ba8a0;
--holiday-turquoise:#87c4c0;
--saline-water:#c4e8e5;
--distant-horizon:#f2f8f8;
}