Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.venetian-yellow {
color: #f7e6a1;
}
.celery-root {
color: #d1e4b9;
}
.crystal {
color: #a4d7df;
}
.searching-blue {
color: #6a7b9a;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--venetian-yellow:#f7e6a1;
--celery-root:#d1e4b9;
--crystal:#a4d7df;
--searching-blue:#6a7b9a;
}