Color names in this palette
CSS code for this palette
/* CSS */
.whitest-white {
color: #f5faf6;
}
.blue-bauble {
color: #a9e0e0;
}
.sea-fantasy {
color: #1d918f;
}
.buzzards-bay {
color: #007a7a;
}
.tidal-pool {
color: #005c5a;
}
/* CSS Variables */
:root {
--whitest-white:#f5faf6;
--blue-bauble:#a9e0e0;
--sea-fantasy:#1d918f;
--buzzards-bay:#007a7a;
--tidal-pool:#005c5a;
}