Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.pinque {
color: #f0a3b1;
}
.antique-wicker-basket {
color: #f6d3a2;
}
.butterfield {
color: #f5bf5c;
}
.ardent-coral {
color: #e0796c;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--pinque:#f0a3b1;
--antique-wicker-basket:#f6d3a2;
--butterfield:#f5bf5c;
--ardent-coral:#e0796c;
}