Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #ca4d1c;
}
.mystic-tulip {
color: #f7b4a1;
}
.midday {
color: #f5da8a;
}
.lush-paradise {
color: #2f7f33;
}
.azure-blue {
color: #4b93c3;
}
/* CSS Variables */
:root {
--red-panda:#ca4d1c;
--mystic-tulip:#f7b4a1;
--midday:#f5da8a;
--lush-paradise:#2f7f33;
--azure-blue:#4b93c3;
}