Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.tan-temptation {
color: #f0c09e;
}
.wax-yellow {
color: #e8e8a1;
}
.nevada-sky {
color: #a1d9e8;
}
.tropical {
color: #a1e8c8;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--tan-temptation:#f0c09e;
--wax-yellow:#e8e8a1;
--nevada-sky:#a1d9e8;
--tropical:#a1e8c8;
}