Color names in this palette
CSS code for this palette
/* CSS */
.philippine-pink {
color: #ff1a90;
}
.heat-wave {
color: #ff7b00;
}
.soviet-gold {
color: #ffd900;
}
.blue-fire {
color: #00a8e0;
}
.hailey-blue {
color: #2e7eff;
}
/* CSS Variables */
:root {
--philippine-pink:#ff1a90;
--heat-wave:#ff7b00;
--soviet-gold:#ffd900;
--blue-fire:#00a8e0;
--hailey-blue:#2e7eff;
}