Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.chinese-lacquer {
color: #65c3c3;
}
.blizzard-blue {
color: #a6e8e8;
}
.marigold-dust {
color: #f4cf3e;
}
.sugar-poppy {
color: #e58080;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--chinese-lacquer:#65c3c3;
--blizzard-blue:#a6e8e8;
--marigold-dust:#f4cf3e;
--sugar-poppy:#e58080;
}