Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c6bf;
}
.just-a-tease {
color: #f9d5d2;
}
.pink-scallop {
color: #f2e1d4;
}
.peach-yellow {
color: #f9e0ae;
}
.koji-orange {
color: #f8b249;
}
/* CSS Variables */
:root {
--dress-up:#f8c6bf;
--just-a-tease:#f9d5d2;
--pink-scallop:#f2e1d4;
--peach-yellow:#f9e0ae;
--koji-orange:#f8b249;
}