Color names in this palette
CSS code for this palette
/* CSS */
.golden-lock {
color: #f6b81e;
}
.tangerine-bliss {
color: #d96030;
}
.peach-echo {
color: #f4735d;
}
.caulerpa-lentillifera {
color: #5c9d9a;
}
.rainy-lake {
color: #3c6b8b;
}
/* CSS Variables */
:root {
--golden-lock:#f6b81e;
--tangerine-bliss:#d96030;
--peach-echo:#f4735d;
--caulerpa-lentillifera:#5c9d9a;
--rainy-lake:#3c6b8b;
}