Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #46a4d2;
}
.bliss-blue {
color: #79c9e2;
}
.charlotte {
color: #a3e1e6;
}
.butter-cookie {
color: #f0e7b2;
}
.ibis {
color: #f2b1c0;
}
/* CSS Variables */
:root {
--peaceful-river:#46a4d2;
--bliss-blue:#79c9e2;
--charlotte:#a3e1e6;
--butter-cookie:#f0e7b2;
--ibis:#f2b1c0;
}