Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #fd7b35;
}
.gemini-mustard-momento {
color: #f8a94f;
}
.lemon-drop {
color: #fcd778;
}
.two-peas-in-a-pod {
color: #a1d54d;
}
.emerald-cory {
color: #4ebc6d;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#fd7b35;
--gemini-mustard-momento:#f8a94f;
--lemon-drop:#fcd778;
--two-peas-in-a-pod:#a1d54d;
--emerald-cory:#4ebc6d;
}