Color names in this palette
CSS code for this palette
/* CSS */
.everything-s-rosy {
color: #d7aaa2;
}
.brilliant-beige {
color: #f1c5b6;
}
.friendly-yellow {
color: #f6e1b1;
}
.smooth-satin {
color: #a3d7d4;
}
.pacific-palisade {
color: #6aa8b9;
}
/* CSS Variables */
:root {
--everything-s-rosy:#d7aaa2;
--brilliant-beige:#f1c5b6;
--friendly-yellow:#f6e1b1;
--smooth-satin:#a3d7d4;
--pacific-palisade:#6aa8b9;
}