Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a1b1;
}
.scalloped-oak {
color: #f1d1a2;
}
.venetian-yellow {
color: #f5e59e;
}
.baby-blue-eyes {
color: #a2c5f1;
}
.everest {
color: #9ee0df;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a1b1;
--scalloped-oak:#f1d1a2;
--venetian-yellow:#f5e59e;
--baby-blue-eyes:#a2c5f1;
--everest:#9ee0df;
}