Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.prometheus-orange {
color: #f15a22;
}
.flirty-rose {
color: #d85a8c;
}
.sweet-flag {
color: #6a3d99;
}
.blue-paradise {
color: #4e93c1;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--prometheus-orange:#f15a22;
--flirty-rose:#d85a8c;
--sweet-flag:#6a3d99;
--blue-paradise:#4e93c1;
}