Color names in this palette
CSS code for this palette
/* CSS */
.amber-glow {
color: #f19d3b;
}
.freesia {
color: #f1c227;
}
.dynamic-green {
color: #a3d93f;
}
.fervent-green {
color: #4b9b50;
}
.atlantic-tide {
color: #3e5a70;
}
/* CSS Variables */
:root {
--amber-glow:#f19d3b;
--freesia:#f1c227;
--dynamic-green:#a3d93f;
--fervent-green:#4b9b50;
--atlantic-tide:#3e5a70;
}