Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.oranzhewyi-orange {
color: #f05b3d;
}
.crystalsong-blue {
color: #4cb8b6;
}
.china-pattern {
color: #3e5b74;
}
.blackcurrant {
color: #2f183a;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--oranzhewyi-orange:#f05b3d;
--crystalsong-blue:#4cb8b6;
--china-pattern:#3e5b74;
--blackcurrant:#2f183a;
}