Color names in this palette
CSS code for this palette
/* CSS */
.early-july {
color: #a6e0e8;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.english-river {
color: #3c7a8b;
}
.petro-blue {
color: #2d5962;
}
.royal-neptune {
color: #1c3c40;
}
/* CSS Variables */
:root {
--early-july:#a6e0e8;
--jugendstil-turquoise:#5c9a9d;
--english-river:#3c7a8b;
--petro-blue:#2d5962;
--royal-neptune:#1c3c40;
}