Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.wavelet {
color: #7fc3d2;
}
.blue-grotto {
color: #4fa9c9;
}
.algiers-blue {
color: #008fb3;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--wavelet:#7fc3d2;
--blue-grotto:#4fa9c9;
--algiers-blue:#008fb3;
--turkish-tile:#007c9e;
}