Color names in this palette
CSS code for this palette
/* CSS */
.glisten-yellow {
color: #f7e8ab;
}
.lavender-soap {
color: #f2bae7;
}
.fine-blue {
color: #b6e2e0;
}
.yellow-tulip {
color: #f4d371;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--glisten-yellow:#f7e8ab;
--lavender-soap:#f2bae7;
--fine-blue:#b6e2e0;
--yellow-tulip:#f4d371;
--ponceau:#f25a76;
}