Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.lazy-daisy {
color: #f7e9a1;
}
.basil-smash {
color: #b5e1a3;
}
.candid-blue {
color: #6dc5e8;
}
.strawberry-pink {
color: #f16f80;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--lazy-daisy:#f7e9a1;
--basil-smash:#b5e1a3;
--candid-blue:#6dc5e8;
--strawberry-pink:#f16f80;
}