Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-shoal {
color: #698c91;
}
.folk-tales {
color: #a6c4b5;
}
.pale-coral {
color: #f1d1b6;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-shoal:#698c91;
--folk-tales:#a6c4b5;
--pale-coral:#f1d1b6;
--calabrese:#f6a8a2;
}