Color names in this palette
CSS code for this palette
/* CSS */
.blue-eyed-boy {
color: #1f78d1;
}
.high-blue {
color: #4ab3e8;
}
.light-budgie-blue {
color: #a1d6e8;
}
.venetian-yellow {
color: #f4e39f;
}
.pink-eraser {
color: #f39c9b;
}
/* CSS Variables */
:root {
--blue-eyed-boy:#1f78d1;
--high-blue:#4ab3e8;
--light-budgie-blue:#a1d6e8;
--venetian-yellow:#f4e39f;
--pink-eraser:#f39c9b;
}