Color names in this palette
CSS code for this palette
/* CSS */
.seljuk-blue {
color: #4a87e8;
}
.ti-n-l-n-sky {
color: #68b0f8;
}
.pool-tiles {
color: #8cd4f2;
}
.paradise-green {
color: #9dee96;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--seljuk-blue:#4a87e8;
--ti-n-l-n-sky:#68b0f8;
--pool-tiles:#8cd4f2;
--paradise-green:#9dee96;
--creamy-sweet-corn:#f9c54e;
}