Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1d898b;
}
.crystalsong-blue {
color: #4fb5b5;
}
.island-paradise {
color: #8fe0e0;
}
.blue-angels-yellow {
color: #fab700;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--riviera-sea:#1d898b;
--crystalsong-blue:#4fb5b5;
--island-paradise:#8fe0e0;
--blue-angels-yellow:#fab700;
--breeze-of-chilli:#f36d6d;
}