Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1d7087;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.green-patina {
color: #66d1c7;
}
.forsythia-blossom {
color: #f9d66c;
}
.sugar-coral {
color: #f47177;
}
/* CSS Variables */
:root {
--billabong:#1d7087;
--lake-tahoe-turquoise:#3bb0b0;
--green-patina:#66d1c7;
--forsythia-blossom:#f9d66c;
--sugar-coral:#f47177;
}