Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #fd7b35;
}
.duckling {
color: #fbae56;
}
.lemon-pound-cake {
color: #fddb91;
}
.bilious-green {
color: #a5d16b;
}
.midori-green {
color: #3caf6c;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#fd7b35;
--duckling:#fbae56;
--lemon-pound-cake:#fddb91;
--bilious-green:#a5d16b;
--midori-green:#3caf6c;
}