Color names in this palette
CSS code for this palette
/* CSS */
.solarized {
color: #f5d04d;
}
.first-date {
color: #f7afa1;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.green-trance {
color: #a1d69f;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--solarized:#f5d04d;
--first-date:#f7afa1;
--lemon-ice-yellow:#f6e3a7;
--green-trance:#a1d69f;
--island-light:#a6c6ed;
}