Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
.blue-raspberry-seed {
color: #3da0c7;
}
.golden-raspberry {
color: #f6d779;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--broom-butterfly-blue:#6fb6d8;
--blue-raspberry-seed:#3da0c7;
--golden-raspberry:#f6d779;
--y-ng-ch-ng-orange:#f09f3d;
}