Color names in this palette
CSS code for this palette
/* CSS */
.blue-eyed-boy {
color: #1f75d1;
}
.feather-star {
color: #57a3ea;
}
.nevada-sky {
color: #a1d7e8;
}
.james-blonde {
color: #f1e3b7;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--blue-eyed-boy:#1f75d1;
--feather-star:#57a3ea;
--nevada-sky:#a1d7e8;
--james-blonde:#f1e3b7;
--peach-butter:#fbaf3c;
}