Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e5b35d;
}
.honey-nectar {
color: #f1dda2;
}
.frozen-blue {
color: #a6c4d9;
}
.desaturated-cyan {
color: #699b9b;
}
.mountain-view {
color: #3a4b3b;
}
/* CSS Variables */
:root {
--river-of-gold:#e5b35d;
--honey-nectar:#f1dda2;
--frozen-blue:#a6c4d9;
--desaturated-cyan:#699b9b;
--mountain-view:#3a4b3b;
}