Color names in this palette
CSS code for this palette
/* CSS */
.lazy-daisy {
color: #f7e9a1;
}
.strawberry-milkshake {
color: #d46e8b;
}
.aquatic-green {
color: #4b9b9a;
}
.riviera-paradise {
color: #009b9e;
}
.refresh {
color: #a4d6c7;
}
/* CSS Variables */
:root {
--lazy-daisy:#f7e9a1;
--strawberry-milkshake:#d46e8b;
--aquatic-green:#4b9b9a;
--riviera-paradise:#009b9e;
--refresh:#a4d6c7;
}