Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b3a6;
}
.enjoyable-yellow {
color: #f6d4a7;
}
.bone-white {
color: #f2dfb1;
}
.kyoto {
color: #bfe4e8;
}
.blue-echo {
color: #8fbcc7;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b3a6;
--enjoyable-yellow:#f6d4a7;
--bone-white:#f2dfb1;
--kyoto:#bfe4e8;
--blue-echo:#8fbcc7;
}