Color names in this palette
CSS code for this palette
/* CSS */
.whisky-sour {
color: #f3a735;
}
.citrus-honey {
color: #f5b56b;
}
.peach-damask {
color: #f6c7a7;
}
.mary-s-rose {
color: #f6d0d4;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--whisky-sour:#f3a735;
--citrus-honey:#f5b56b;
--peach-damask:#f6c7a7;
--mary-s-rose:#f6d0d4;
--rosecco:#eab8e4;
}