Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.gentlemann-s-business-pants {
color: #f3e58c;
}
.ginger-milk {
color: #f9a053;
}
.warming-heart {
color: #d44c3a;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--gentlemann-s-business-pants:#f3e58c;
--ginger-milk:#f9a053;
--warming-heart:#d44c3a;
}