Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1e888a;
}
.crystalsong-blue {
color: #4eb7b5;
}
.aqua-splash {
color: #83d0d2;
}
.delicate-lace {
color: #f2e6d4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--riviera-sea:#1e888a;
--crystalsong-blue:#4eb7b5;
--aqua-splash:#83d0d2;
--delicate-lace:#f2e6d4;
--creamy-sweet-corn:#f9c54e;
}