Color names in this palette
CSS code for this palette
/* CSS */
.sh-j-hi-red {
color: #d82b22;
}
.sunny-mood {
color: #f7c94b;
}
.rozowy-pink {
color: #f1a7b9;
}
.exotic-purple {
color: #6c4f7d;
}
.garish-green {
color: #4ebc8c;
}
/* CSS Variables */
:root {
--sh-j-hi-red:#d82b22;
--sunny-mood:#f7c94b;
--rozowy-pink:#f1a7b9;
--exotic-purple:#6c4f7d;
--garish-green:#4ebc8c;
}