Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-sunset {
color: #ffad61;
}
.pompelmo {
color: #ff6b6b;
}
.zeus-purple {
color: #690571;
}
.odyssey-grey {
color: #4b4e5d;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--dreamy-sunset:#ffad61;
--pompelmo:#ff6b6b;
--zeus-purple:#690571;
--odyssey-grey:#4b4e5d;
--azure-tide:#2a9d90;
}