Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b809a;
}
.pond-blue {
color: #8cb3c5;
}
.aviary-blue {
color: #c6e3e6;
}
.holy-white {
color: #f5f7de;
}
.orange-pospsicle {
color: #f4a60b;
}
/* CSS Variables */
:root {
--blue-heaven:#5b809a;
--pond-blue:#8cb3c5;
--aviary-blue:#c6e3e6;
--holy-white:#f5f7de;
--orange-pospsicle:#f4a60b;
}