Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1b8fac;
}
.crystalsong-blue {
color: #4db3b1;
}
.luminescent-blue {
color: #a6e1e7;
}
.child-of-light {
color: #f1f5f8;
}
.chickery-chick {
color: #fcea92;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1b8fac;
--crystalsong-blue:#4db3b1;
--luminescent-blue:#a6e1e7;
--child-of-light:#f1f5f8;
--chickery-chick:#fcea92;
}