Color names in this palette
CSS code for this palette
/* CSS */
.verdigris {
color: #40afb5;
}
.green-patina {
color: #65d7c4;
}
.sweet-aqua {
color: #a6e8d4;
}
.shalimar {
color: #f8f9a9;
}
.little-sun-dress {
color: #f7c95e;
}
/* CSS Variables */
:root {
--verdigris:#40afb5;
--green-patina:#65d7c4;
--sweet-aqua:#a6e8d4;
--shalimar:#f8f9a9;
--little-sun-dress:#f7c95e;
}