Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f1a7e2;
}
.singing-the-blues {
color: #294a6a;
}
.spicy-paella {
color: #f18d3b;
}
.yellow-petal {
color: #f0e34c;
}
.chinese-lacquer {
color: #66c2c2;
}
/* CSS Variables */
:root {
--hanami-pink:#f1a7e2;
--singing-the-blues:#294a6a;
--spicy-paella:#f18d3b;
--yellow-petal:#f0e34c;
--chinese-lacquer:#66c2c2;
}