Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3b8ea0;
}
.heart-chakra {
color: #5abf7f;
}
.yellow-dragon {
color: #f6e27e;
}
.creamy-sweet-corn {
color: #f8c54f;
}
.tiger-lily {
color: #e2573c;
}
/* CSS Variables */
:root {
--winter-time:#3b8ea0;
--heart-chakra:#5abf7f;
--yellow-dragon:#f6e27e;
--creamy-sweet-corn:#f8c54f;
--tiger-lily:#e2573c;
}