Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8c;
}
.baklava {
color: #f0b733;
}
.breeze-of-chilli {
color: #f07070;
}
.adamantine-blue {
color: #4eb4f4;
}
.sweet-escape {
color: #8d3df5;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8c;
--baklava:#f0b733;
--breeze-of-chilli:#f07070;
--adamantine-blue:#4eb4f4;
--sweet-escape:#8d3df5;
}