Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a888e;
}
.tropical-escape {
color: #4cb8b2;
}
.andes-sky {
color: #75d5d7;
}
.waterspout {
color: #a3f3f5;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a888e;
--tropical-escape:#4cb8b2;
--andes-sky:#75d5d7;
--waterspout:#a3f3f5;
--bubbles:#e5ffff;
}