Color names in this palette
CSS code for this palette
/* CSS */
.japanese-rose-garden {
color: #e6b7c3;
}
.soft-cashmere {
color: #f1b1d9;
}
.bali-sand {
color: #f6e8d5;
}
.butterfield {
color: #f5c25c;
}
.ridgeback {
color: #f09c5c;
}
/* CSS Variables */
:root {
--japanese-rose-garden:#e6b7c3;
--soft-cashmere:#f1b1d9;
--bali-sand:#f6e8d5;
--butterfield:#f5c25c;
--ridgeback:#f09c5c;
}