Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.blue-raspberry {
color: #11b6e4;
}
.caribbean-blue {
color: #26c7e3;
}
.radiant-sun {
color: #f3ca4f;
}
.goku-orange {
color: #f57d3d;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--blue-raspberry:#11b6e4;
--caribbean-blue:#26c7e3;
--radiant-sun:#f3ca4f;
--goku-orange:#f57d3d;
}