Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a919e;
}
.holiday-blue {
color: #3cc6d3;
}
.bioluminescence {
color: #59e8f8;
}
.garlic-butter {
color: #f1e05f;
}
.gusto-gold {
color: #fcae1d;
}
/* CSS Variables */
:root {
--safe-harbour:#1a919e;
--holiday-blue:#3cc6d3;
--bioluminescence:#59e8f8;
--garlic-butter:#f1e05f;
--gusto-gold:#fcae1d;
}