Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e8;
}
.laundry-white {
color: #f3f8f1;
}
.bleached-apricot {
color: #f9c7ae;
}
.goku-orange {
color: #f07e3d;
}
.chili {
color: #be493c;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e8;
--laundry-white:#f3f8f1;
--bleached-apricot:#f9c7ae;
--goku-orange:#f07e3d;
--chili:#be493c;
}