Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f7a1d3;
}
.welcoming-wasp {
color: #f0a800;
}
.barley-white {
color: #f9e5b9;
}
.malibu-blue {
color: #00b2d6;
}
.green-spool {
color: #006275;
}
/* CSS Variables */
:root {
--violet-kiss:#f7a1d3;
--welcoming-wasp:#f0a800;
--barley-white:#f9e5b9;
--malibu-blue:#00b2d6;
--green-spool:#006275;
}