Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.skipper-blue {
color: #4e4e79;
}
.astro-zinger {
color: #7a7cb8;
}
.durotar-fire {
color: #f05a28;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--skipper-blue:#4e4e79;
--astro-zinger:#7a7cb8;
--durotar-fire:#f05a28;
--vitamin-c:#ff9900;
}