Color names in this palette
CSS code for this palette
/* CSS */
.cliff-blue {
color: #5b8db9;
}
.baby-tears {
color: #69b9d8;
}
.light-budgie-blue {
color: #a1d6e8;
}
.venetian-yellow {
color: #f3e3a0;
}
.lion-of-menecrates {
color: #f2a769;
}
/* CSS Variables */
:root {
--cliff-blue:#5b8db9;
--baby-tears:#69b9d8;
--light-budgie-blue:#a1d6e8;
--venetian-yellow:#f3e3a0;
--lion-of-menecrates:#f2a769;
}