Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f6c6d9;
}
.pinque {
color: #f0a3b0;
}
.catalina-tile {
color: #efae76;
}
.golden-glow {
color: #f9d57b;
}
.fringy-flower {
color: #b7e1b7;
}
/* CSS Variables */
:root {
--baby-steps:#f6c6d9;
--pinque:#f0a3b0;
--catalina-tile:#efae76;
--golden-glow:#f9d57b;
--fringy-flower:#b7e1b7;
}