Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.port-hope {
color: #51bdbd;
}
.island-paradise {
color: #8ce3e3;
}
.sunny {
color: #f5f57f;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--port-hope:#51bdbd;
--island-paradise:#8ce3e3;
--sunny:#f5f57f;
--chat-orange:#f79c40;
}