Color names in this palette
CSS code for this palette
/* CSS */
.coastline-blue {
color: #4a9cba;
}
.riviera-blue {
color: #66b3d6;
}
.plunging-waterfall {
color: #8fd4e0;
}
.sunny-mood {
color: #f7c94b;
}
.plastic-carrot {
color: #f45c25;
}
/* CSS Variables */
:root {
--coastline-blue:#4a9cba;
--riviera-blue:#66b3d6;
--plunging-waterfall:#8fd4e0;
--sunny-mood:#f7c94b;
--plastic-carrot:#f45c25;
}