Color names in this palette
CSS code for this palette
/* CSS */
.turkish-turquoise {
color: #79deec;
}
.bachelor-button {
color: #4bc2d8;
}
.sparkling-cove {
color: #2aa4b7;
}
.pagoda-blue {
color: #1b7d93;
}
.watercolour-blue {
color: #0a4e5c;
}
/* CSS Variables */
:root {
--turkish-turquoise:#79deec;
--bachelor-button:#4bc2d8;
--sparkling-cove:#2aa4b7;
--pagoda-blue:#1b7d93;
--watercolour-blue:#0a4e5c;
}