Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #00a4f0;
}
.bi-blue {
color: #5eadf7;
}
.terrace-pool {
color: #a3d8e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
/* CSS Variables */
:root {
--vivid-cerulean:#00a4f0;
--bi-blue:#5eadf7;
--terrace-pool:#a3d8e0;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
}