Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3a9ad9;
}
.sea-capture {
color: #5cc1e0;
}
.turkish-turquoise {
color: #78e1e8;
}
.fresh-peaches {
color: #f8b78b;
}
.carnation {
color: #f67e8e;
}
/* CSS Variables */
:root {
--dayflower:#3a9ad9;
--sea-capture:#5cc1e0;
--turkish-turquoise:#78e1e8;
--fresh-peaches:#f8b78b;
--carnation:#f67e8e;
}