Color names in this palette
CSS code for this palette
/* CSS */
.light-placid-blue {
color: #c9d9e9;
}
.regale-blue {
color: #7eb4d7;
}
.sports-blue {
color: #3b9db5;
}
.turkish-stone {
color: #2b7b8c;
}
.hornblende-green {
color: #1f514c;
}
/* CSS Variables */
:root {
--light-placid-blue:#c9d9e9;
--regale-blue:#7eb4d7;
--sports-blue:#3b9db5;
--turkish-stone:#2b7b8c;
--hornblende-green:#1f514c;
}