Color names in this palette
CSS code for this palette
/* CSS */
.light-sea-cliff {
color: #b7d4e6;
}
.fresh-blue {
color: #8cdae3;
}
.calabrese {
color: #f1a8a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.cream-and-butter {
color: #fdeda5;
}
/* CSS Variables */
:root {
--light-sea-cliff:#b7d4e6;
--fresh-blue:#8cdae3;
--calabrese:#f1a8a2;
--creamy-sweet-corn:#f9c54e;
--cream-and-butter:#fdeda5;
}