Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cd7;
}
.tropical-tide {
color: #60c3b1;
}
.sea-glass-teal {
color: #a1e3d8;
}
.milk-quartz {
color: #f4e0ae;
}
.mellow-apricot {
color: #f9b876;
}
/* CSS Variables */
:root {
--dayflower:#3c9cd7;
--tropical-tide:#60c3b1;
--sea-glass-teal:#a1e3d8;
--milk-quartz:#f4e0ae;
--mellow-apricot:#f9b876;
}