Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.arts-crafts-gold {
color: #f9c78b;
}
.majestic-treasures {
color: #f2e6a1;
}
.terrace-pool {
color: #a3d6e0;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--arts-crafts-gold:#f9c78b;
--majestic-treasures:#f2e6a1;
--terrace-pool:#a3d6e0;
--jugendstil-turquoise:#5e9c9b;
}