Color names in this palette
CSS code for this palette
/* CSS */
.andrea-blue {
color: #4c7de6;
}
.aero {
color: #7bbaea;
}
.light-budgie-blue {
color: #a1d5e8;
}
.invigorating {
color: #f1e9b1;
}
.ballerina-tears {
color: #f3b7af;
}
/* CSS Variables */
:root {
--andrea-blue:#4c7de6;
--aero:#7bbaea;
--light-budgie-blue:#a1d5e8;
--invigorating:#f1e9b1;
--ballerina-tears:#f3b7af;
}