Color names in this palette
CSS code for this palette
/* CSS */
.glass-jar-blue {
color: #19b3a6;
}
.bianchi-green {
color: #3cc6c8;
}
.pluviophile {
color: #60dcdc;
}
.gentle-giant {
color: #b4e9e3;
}
.windswept {
color: #d2f3f4;
}
/* CSS Variables */
:root {
--glass-jar-blue:#19b3a6;
--bianchi-green:#3cc6c8;
--pluviophile:#60dcdc;
--gentle-giant:#b4e9e3;
--windswept:#d2f3f4;
}