Color names in this palette
CSS code for this palette
/* CSS */
.fragrant-satchel {
color: #a8a0bb;
}
.eau-de-rose {
color: #e1b7d4;
}
.sweet-apricot {
color: #f9c1a9;
}
.welcoming-wasp {
color: #f0a800;
}
.laredo-road {
color: #c79e4d;
}
/* CSS Variables */
:root {
--fragrant-satchel:#a8a0bb;
--eau-de-rose:#e1b7d4;
--sweet-apricot:#f9c1a9;
--welcoming-wasp:#f0a800;
--laredo-road:#c79e4d;
}