Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.pismo-dunes {
color: #f4d4a4;
}
.frugal {
color: #a6d8b4;
}
.glassmith {
color: #4cb6c2;
}
.night-shift {
color: #2d5d67;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--pismo-dunes:#f4d4a4;
--frugal:#a6d8b4;
--glassmith:#4cb6c2;
--night-shift:#2d5d67;
}