Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3b8c8b;
}
.tropical-tide {
color: #5bc8b0;
}
.silent-ripple {
color: #a9e5e0;
}
.bright-yarrow {
color: #f9d16c;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--blue-chill:#3b8c8b;
--tropical-tide:#5bc8b0;
--silent-ripple:#a9e5e0;
--bright-yarrow:#f9d16c;
--spicy-paella:#f28d3a;
}