Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab2b7;
}
.breeze-of-chilli {
color: #f26e6e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.candy {
color: #ff9b85;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--swagger:#1ab2b7;
--breeze-of-chilli:#f26e6e;
--creamy-sweet-corn:#f9c54e;
--candy:#ff9b85;
--pure-mauve:#6a4c94;
}