Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #4c8a9a;
}
.dexter {
color: #6dacb6;
}
.shallow-shoal {
color: #9ed4d6;
}
.thatched-roof {
color: #f0e0c7;
}
.upstream-salmon {
color: #f59d7a;
}
/* CSS Variables */
:root {
--hippie-blue:#4c8a9a;
--dexter:#6dacb6;
--shallow-shoal:#9ed4d6;
--thatched-roof:#f0e0c7;
--upstream-salmon:#f59d7a;
}