Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b3a6;
}
.orange-fire {
color: #fbb06a;
}
.star-studded {
color: #f8ebaf;
}
.eton-blue {
color: #a7d3d3;
}
.picton-blue {
color: #599bd4;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b3a6;
--orange-fire:#fbb06a;
--star-studded:#f8ebaf;
--eton-blue:#a7d3d3;
--picton-blue:#599bd4;
}