Color names in this palette
CSS code for this palette
/* CSS */
.rose-fog {
color: #e8bdb5;
}
.cool-cantaloupe {
color: #f1d2cb;
}
.antique-candle-light {
color: #f5e1d6;
}
.shrimp-toast {
color: #f9c59f;
}
.angel-breath {
color: #ddaf9d;
}
/* CSS Variables */
:root {
--rose-fog:#e8bdb5;
--cool-cantaloupe:#f1d2cb;
--antique-candle-light:#f5e1d6;
--shrimp-toast:#f9c59f;
--angel-breath:#ddaf9d;
}