Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.apricot-wash {
color: #f9a77b;
}
.serene-pink {
color: #f6c6b6;
}
.prettiest-pink {
color: #e8a6c5;
}
.fresh-heather {
color: #d2c1e1;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--apricot-wash:#f9a77b;
--serene-pink:#f6c6b6;
--prettiest-pink:#e8a6c5;
--fresh-heather:#d2c1e1;
}