Color names in this palette
CSS code for this palette
/* CSS */
.juzcar-blue {
color: #a1d4f2;
}
.epimetheus {
color: #48b0d5;
}
.pagoda-blue {
color: #1a818e;
}
.calabrese {
color: #f6a8a2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--juzcar-blue:#a1d4f2;
--epimetheus:#48b0d5;
--pagoda-blue:#1a818e;
--calabrese:#f6a8a2;
--blue-angels-yellow:#fab700;
}