Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.ice-cube {
color: #b1e2d8;
}
.spring-kiss {
color: #e4f2b5;
}
.no-gmb-yellow {
color: #f9e78b;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--ice-cube:#b1e2d8;
--spring-kiss:#e4f2b5;
--no-gmb-yellow:#f9e78b;
--peach-butter:#fbaf3c;
}