Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.sienna-yellow {
color: #f3d08c;
}
.buttery-croissant {
color: #f6e09d;
}
.touch-of-turquoise {
color: #a2d2cf;
}
.adventure-isle {
color: #6d9dba;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--sienna-yellow:#f3d08c;
--buttery-croissant:#f6e09d;
--touch-of-turquoise:#a2d2cf;
--adventure-isle:#6d9dba;
}