Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.marigold-dust {
color: #f8d03f;
}
.apricot-obsession {
color: #f6c1b6;
}
.ikkonzome-pink {
color: #f28c91;
}
.llilacquered {
color: #c85b99;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--marigold-dust:#f8d03f;
--apricot-obsession:#f6c1b6;
--ikkonzome-pink:#f28c91;
--llilacquered:#c85b99;
}