Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.crystalsong-blue {
color: #4eb7b7;
}
.island-paradise {
color: #8ce3e3;
}
.gram-s-hair {
color: #f2f7f7;
}
.venetian-yellow {
color: #f8e3a0;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--crystalsong-blue:#4eb7b7;
--island-paradise:#8ce3e3;
--gram-s-hair:#f2f7f7;
--venetian-yellow:#f8e3a0;
}