Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.orange-ochre {
color: #d97c30;
}
.pure-mauve {
color: #6a4c94;
}
.rainy-lake {
color: #3d6a8f;
}
.ponceau {
color: #f85d75;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--orange-ochre:#d97c30;
--pure-mauve:#6a4c94;
--rainy-lake:#3d6a8f;
--ponceau:#f85d75;
}