Color names in this palette
CSS code for this palette
/* CSS */
.lobaria-lichen {
color: #a2c8b2;
}
.angel-breath {
color: #dfae9f;
}
.flan {
color: #f6e3b6;
}
.drenched-rain {
color: #c1d3e2;
}
.dainty-debutante {
color: #f6bcb6;
}
/* CSS Variables */
:root {
--lobaria-lichen:#a2c8b2;
--angel-breath:#dfae9f;
--flan:#f6e3b6;
--drenched-rain:#c1d3e2;
--dainty-debutante:#f6bcb6;
}