Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d4a359;
}
.river-of-gold {
color: #e4b75e;
}
.cornsilk-yellow {
color: #f2c86e;
}
.forsythia-blossom {
color: #f5d76b;
}
.dried-caspia {
color: #b4c57c;
}
/* CSS Variables */
:root {
--sweet-honey:#d4a359;
--river-of-gold:#e4b75e;
--cornsilk-yellow:#f2c86e;
--forsythia-blossom:#f5d76b;
--dried-caspia:#b4c57c;
}