Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f8d16d;
}
.sandy-brown {
color: #f6a160;
}
.breeze-of-chilli {
color: #f26e6e;
}
.hope {
color: #e57b9e;
}
.lilac-breeze {
color: #a78dbf;
}
/* CSS Variables */
:root {
--yellow-tulip:#f8d16d;
--sandy-brown:#f6a160;
--breeze-of-chilli:#f26e6e;
--hope:#e57b9e;
--lilac-breeze:#a78dbf;
}