Color names in this palette
CSS code for this palette
/* CSS */
.citrus-honey {
color: #f6b76a;
}
.pink-fit {
color: #f1a7b1;
}
.sentimental {
color: #e6d8d1;
}
.everest {
color: #a3e6e0;
}
.glisten-yellow {
color: #f4e9a9;
}
/* CSS Variables */
:root {
--citrus-honey:#f6b76a;
--pink-fit:#f1a7b1;
--sentimental:#e6d8d1;
--everest:#a3e6e0;
--glisten-yellow:#f4e9a9;
}