Color names in this palette
CSS code for this palette
/* CSS */
.calgar-blue {
color: #0287cf;
}
.sail-away {
color: #51b4e1;
}
.terrace-pool {
color: #a3d6e0;
}
.buttery-croissant {
color: #f2df9c;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--calgar-blue:#0287cf;
--sail-away:#51b4e1;
--terrace-pool:#a3d6e0;
--buttery-croissant:#f2df9c;
--honey-wax:#f9a824;
}