Color names in this palette
CSS code for this palette
/* CSS */
.chinook {
color: #a4d6a9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.ibis {
color: #f6b6c1;
}
.sweet-lilac {
color: #eab8d1;
}
.lavender-sweater {
color: #b77ebe;
}
/* CSS Variables */
:root {
--chinook:#a4d6a9;
--optimistic-yellow:#f4e1a4;
--ibis:#f6b6c1;
--sweet-lilac:#eab8d1;
--lavender-sweater:#b77ebe;
}