Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b2a6;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.weathered-blue {
color: #d2e2f9;
}
.blue-click {
color: #a9d9ea;
}
.silver-strawberry {
color: #f1c1c1;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b2a6;
--oklahoma-wheat:#f4e0b8;
--weathered-blue:#d2e2f9;
--blue-click:#a9d9ea;
--silver-strawberry:#f1c1c1;
}