Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.princess-bride {
color: #f6c1c1;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.patina-green {
color: #b1e7b4;
}
.valonia {
color: #7dc8d4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--princess-bride:#f6c1c1;
--bad-moon-yellow:#f2e6b5;
--patina-green:#b1e7b4;
--valonia:#7dc8d4;
}