Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.cerulean {
color: #4fb4f3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.sun-crete {
color: #ff8c00;
}
.flare-gun {
color: #ff471a;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--cerulean:#4fb4f3;
--creamy-sweet-corn:#f9c54e;
--sun-crete:#ff8c00;
--flare-gun:#ff471a;
}