Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.dexter {
color: #6bafb3;
}
.sea-current {
color: #4f999c;
}
.turkish-stone {
color: #2c7c8c;
}
.gulf-harbour {
color: #1d6067;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--dexter:#6bafb3;
--sea-current:#4f999c;
--turkish-stone:#2c7c8c;
--gulf-harbour:#1d6067;
}