Color names in this palette
CSS code for this palette
/* CSS */
.red-arremer {
color: #e64c4c;
}
.squash-blossom {
color: #f6b83c;
}
.lemon-verbena {
color: #f2e96e;
}
.smooth-satin {
color: #a3d7d4;
}
.rainy-lake {
color: #3b6a8c;
}
/* CSS Variables */
:root {
--red-arremer:#e64c4c;
--squash-blossom:#f6b83c;
--lemon-verbena:#f2e96e;
--smooth-satin:#a3d7d4;
--rainy-lake:#3b6a8c;
}