Color names in this palette
CSS code for this palette
/* CSS */
.ballad-blue {
color: #bfcfd9;
}
.french-pass {
color: #a3d3e0;
}
.tennis-blue {
color: #7eb4c9;
}
.brig {
color: #499fc1;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--ballad-blue:#bfcfd9;
--french-pass:#a3d3e0;
--tennis-blue:#7eb4c9;
--brig:#499fc1;
--turkish-tile:#007e9e;
}