Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.bluebird-feather {
color: #6e9faf;
}
.blue-dam {
color: #a1c6d4;
}
.buttery-croissant {
color: #f2df9c;
}
.lively-coral {
color: #e67a7e;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--bluebird-feather:#6e9faf;
--blue-dam:#a1c6d4;
--buttery-croissant:#f2df9c;
--lively-coral:#e67a7e;
}