Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d3e6;
}
.soft-cashmere {
color: #f1b1d8;
}
.venetian-yellow {
color: #f6e2a2;
}
.blue-angels-yellow {
color: #fab700;
}
.violet-red {
color: #a30057;
}
/* CSS Variables */
:root {
--monaco:#a8d3e6;
--soft-cashmere:#f1b1d8;
--venetian-yellow:#f6e2a2;
--blue-angels-yellow:#fab700;
--violet-red:#a30057;
}