Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1c7c92;
}
.tropical-tide {
color: #5dc6b1;
}
.pale-robin-egg-blue {
color: #96e4d3;
}
.aspen-yellow {
color: #f8e0a0;
}
.indiana-clay {
color: #e88a5e;
}
/* CSS Variables */
:root {
--pagoda-blue:#1c7c92;
--tropical-tide:#5dc6b1;
--pale-robin-egg-blue:#96e4d3;
--aspen-yellow:#f8e0a0;
--indiana-clay:#e88a5e;
}