Color names in this palette
CSS code for this palette
/* CSS */
.sub-zero {
color: #569ed2;
}
.shinbashi {
color: #5db8c6;
}
.mintos {
color: #7dd8c8;
}
.apple-bob {
color: #d3e79c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--sub-zero:#569ed2;
--shinbashi:#5db8c6;
--mintos:#7dd8c8;
--apple-bob:#d3e79c;
--creamy-sweet-corn:#f9c54e;
}