Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #5abbf6;
}
.peaceful-river {
color: #40a5d4;
}
.riviera-paradise {
color: #00999e;
}
.fern-green {
color: #009957;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--peaceful-river:#40a5d4;
--riviera-paradise:#00999e;
--fern-green:#009957;
--soviet-gold:#ffd900;
}