Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6b9edb;
}
.blair {
color: #9fc1df;
}
.anise-flower {
color: #f3e2b4;
}
.rosy-outlook {
color: #f6aba2;
}
.i-pink-i-can {
color: #d57b8c;
}
/* CSS Variables */
:root {
--blue-gourami:#6b9edb;
--blair:#9fc1df;
--anise-flower:#f3e2b4;
--rosy-outlook:#f6aba2;
--i-pink-i-can:#d57b8c;
}