Color names in this palette
CSS code for this palette
/* CSS */
.mona-lisa {
color: #ff938a;
}
.super-sepia {
color: #ffab85;
}
.beige-topaz {
color: #ffca7a;
}
.the-first-daffodil {
color: #ffee8f;
}
.gargoyle-gas {
color: #ffe342;
}
/* CSS Variables */
:root {
--mona-lisa:#ff938a;
--super-sepia:#ffab85;
--beige-topaz:#ffca7a;
--the-first-daffodil:#ffee8f;
--gargoyle-gas:#ffe342;
}