Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.riviera-rose {
color: #f6b0a7;
}
.salmon-orange {
color: #ff8b6b;
}
.cheese {
color: #ffa600;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--riviera-rose:#f6b0a7;
--salmon-orange:#ff8b6b;
--cheese:#ffa600;
--hollandaise:#ffec3d;
}