Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spirit-warrior {
color: #d9513f;
}
.sky-high {
color: #a2c2e7;
}
.natural-candy-pink {
color: #e57179;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spirit-warrior:#d9513f;
--sky-high:#a2c2e7;
--natural-candy-pink:#e57179;
--honey-wax:#f9a824;
}