Color names in this palette
CSS code for this palette
/* CSS */
.zappy-zebra {
color: #f0f2f4;
}
.sweet-dreams {
color: #9fc4e9;
}
.picton-blue {
color: #569fd7;
}
.sea-sight {
color: #007a99;
}
.bosporus {
color: #005c75;
}
/* CSS Variables */
:root {
--zappy-zebra:#f0f2f4;
--sweet-dreams:#9fc4e9;
--picton-blue:#569fd7;
--sea-sight:#007a99;
--bosporus:#005c75;
}