Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.squash-blossom {
color: #f6b83c;
}
.butterblond {
color: #f3c768;
}
.havana-blue {
color: #a7dae6;
}
.blue-tourmaline {
color: #4e96d4;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--squash-blossom:#f6b83c;
--butterblond:#f3c768;
--havana-blue:#a7dae6;
--blue-tourmaline:#4e96d4;
}